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: ...@@ -44,6 +44,9 @@ spec:
replicas: 1 replicas: 1
strategy: strategy:
type: RollingUpdate type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
selector: selector:
matchLabels: matchLabels:
app: node1 app: node1
...@@ -55,8 +58,8 @@ spec: ...@@ -55,8 +58,8 @@ spec:
hostAliases: hostAliases:
- ip: "1.2.3.4" - ip: "1.2.3.4"
hostnames: hostnames:
- "seed1.destream.io" - seed1.destream.io
- "seed2.destream.io" - seed2.destream.io
containers: containers:
- name: node1 - name: node1
image: git.poka.website:4567/destream-public/destream-blockchain:latest 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