Skip to content

Commit

Permalink
update starcoin-barnard.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Jan 19, 2023
1 parent cd2facf commit ebe4fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/manifest/starcoin-barnard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
starcoin/node-pool: seed-pool
containers:
- name: starcoin
image: starcoin/starcoin:barnard_hard_fork_roll_back2
image: starcoin/starcoin:barnard_hard_fork_fix
imagePullPolicy: Always
command:
- bash
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
tcpSocket:
port: 9840
initialDelaySeconds: 10
periodSeconds: 5
periodSeconds: 1800
timeoutSeconds: 2
failureThreshold: 3
successThreshold: 1
Expand All @@ -92,4 +92,4 @@ spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 300Gi
storage: 600Gi

0 comments on commit ebe4fd7

Please sign in to comment.