Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions assets/components/lvms/topolvm-controller_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ spec:
- /topolvm-controller
- --cert-dir=/certs
image: '{{ .ReleaseImage.topolvm_csi }}'
startupProbe:
failureThreshold: 60
periodSeconds: 2
httpGet:
port: healthz
path: /healthz
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
7 changes: 7 additions & 0 deletions assets/components/lvms/topolvm-node_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ spec:
initialDelaySeconds: 10
periodSeconds: 60
timeoutSeconds: 3
startupProbe:
failureThreshold: 60
successThreshold: 1
periodSeconds: 2
httpGet:
port: healthz
path: /healthz
name: topolvm-node
ports:
- containerPort: 9808
Expand Down