Skip to content

Commit

Permalink
fix: use recreate strategy for v11y
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Oct 4, 2023
1 parent 739c9a9 commit f295e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/k8s/chart/templates/v11y/api/030-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ metadata:
service.beta.openshift.io/serving-cert-secret-name: v11y-api-tls
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app.kubernetes.io/name: v11y-api
Expand Down

0 comments on commit f295e31

Please sign in to comment.