Skip to content

Commit

Permalink
chore: change updateStrategy of the server and the registry
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
  • Loading branch information
SdgJlbl committed Sep 12, 2024
1 parent b7b0f09 commit a9fa6c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/substra-backend/templates/deployment-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
matchLabels:
app.kubernetes.io/name: {{ template "substra.name" . }}-server
{{ include "substra.selectorLabels" . | nindent 8}}
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down
2 changes: 2 additions & 0 deletions charts/substra-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,8 @@ docker-registry:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
updateStrategy:
type: Recreate

## @skip minio
##
Expand Down

0 comments on commit a9fa6c1

Please sign in to comment.