Commit bdf544a0 authored by Anton Borisov's avatar Anton Borisov

Update node1.yml

parent 6824117d
Pipeline #87 canceled with stages
in 21 seconds
......@@ -44,6 +44,9 @@ spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
selector:
matchLabels:
app: node1
......@@ -55,8 +58,8 @@ spec:
hostAliases:
- ip: "1.2.3.4"
hostnames:
- "seed1.destream.io"
- "seed2.destream.io"
- seed1.destream.io
- seed2.destream.io
containers:
- name: node1
image: git.poka.website:4567/destream-public/destream-blockchain:latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment