Skip to content

Commit

Permalink
feat: add readiness/liveness probe to redis operator chart (#1072)
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <[email protected]>
  • Loading branch information
drivebyer authored Sep 17, 2024
1 parent dd94689 commit e73a1d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/redis-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: v2
version: 0.18.1
version: 0.18.2
appVersion: "0.18.0"
description: Provides easy redis setup definitions for Kubernetes services, and deployment.
engine: gotpl
Expand Down
6 changes: 6 additions & 0 deletions charts/redis-operator/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ spec:
- containerPort: 9443
name: webhook-server
protocol: TCP
readinessProbe:
initialDelaySeconds: 15
timeoutSeconds: 3
livenessProbe:
initialDelaySeconds: 10
timeoutSeconds: 3
volumeMounts:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
Expand Down

0 comments on commit e73a1d4

Please sign in to comment.