Skip to content

Commit

Permalink
helm: Set strategy=Recreate on registry and minio
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Aug 23, 2023
1 parent b533177 commit 03202b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/helm/charts/minio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
{{- include "minio.labels" . | nindent 4 }}
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
{{- include "minio.selectorLabels" . | nindent 6 }}
Expand Down
2 changes: 2 additions & 0 deletions k8s/helm/charts/registry/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
{{- include "registry.labels" . | nindent 4 }}
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
{{- include "registry.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 03202b2

Please sign in to comment.