Skip to content

Commit

Permalink
[CX-3176]: add PDB for redis (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoonstra authored Jun 4, 2024
1 parent 89e0016 commit 1f9e8b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datafold/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: datafold
description: Helm chart package to deploy Datafold on kubernetes.
type: application
version: 0.6.3
version: 0.6.4
appVersion: "1.0.0"
icon: https://www.datafold.com/logo.png

Expand Down
10 changes: 10 additions & 0 deletions charts/datafold/templates/redis_pdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: datafold-redis
spec:
maxUnavailable: 0
selector:
matchLabels:
app.kubernetes.io/name: redis
app.kubernetes.io/instance: datafold

0 comments on commit 1f9e8b8

Please sign in to comment.