Skip to content

Commit

Permalink
[force-upgrade rollback] new barnard kube param for rollback time
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Apr 16, 2024
1 parent aafb277 commit cee97c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kube/manifest/starcoin-barnard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ spec:
livenessProbe:
tcpSocket:
port: 9840
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 10
initialDelaySeconds: 60000
periodSeconds: 5
timeoutSeconds: 2
failureThreshold: 3
successThreshold: 1
readinessProbe:
Expand All @@ -79,9 +79,9 @@ spec:
- -c
- >-
/starcoin/starcoin -n barnard -d /sc-data node sync status|grep Synchronized
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 10
initialDelaySeconds: 60000
periodSeconds: 5
timeoutSeconds: 2
failureThreshold: 3
successThreshold: 1
volumeClaimTemplates:
Expand Down

0 comments on commit cee97c4

Please sign in to comment.