Skip to content

Commit

Permalink
fix: strategyType for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jul 24, 2024
1 parent a928419 commit 163cf43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/contrib/charts/redis/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ metadata:
{{- end }}
spec:
replicas: 1
strategy:
type: {{ .Values.strategyType }}
selector:
matchLabels:
component: {{ (or .Values.component .Chart.Name) | lower }}
Expand Down Expand Up @@ -96,4 +98,4 @@ spec:
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false


1 change: 1 addition & 0 deletions plugins/contrib/charts/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ volumes: []
volumeMounts: []
~forceRestart: false
annotations: {}
strategyType: RollingUpdate

0 comments on commit 163cf43

Please sign in to comment.