Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: dashanji <[email protected]>
  • Loading branch information
dashanji committed Sep 6, 2023
1 parent bee538d commit d31b3e9
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,21 @@ spec:
livenessProbe:
tcpSocket:
port: 12800
initialDelaySeconds: 30
periodSeconds: 20
initialDelaySeconds: 5
periodSeconds: 10
failureThreshold: 10
startupProbe:
tcpSocket:
port: 12800
initialDelaySeconds: 10
periodSeconds: 10
failureThreshold: 10
readinessProbe:
tcpSocket:
port: 12800
initialDelaySeconds: 30
periodSeconds: 20
initialDelaySeconds: 5
periodSeconds: 10
failureThreshold: 10
{{if .Spec.StorageConfig.Storage.Spec.Security.TLS}}
volumeMounts:
- name: cert
Expand Down

0 comments on commit d31b3e9

Please sign in to comment.