Skip to content

Commit b640774

Browse files
committed
fix deployment strategy
This never worked, because I put it in the wrong place.
1 parent d2864bf commit b640774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/showroom-single-pod/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ spec:
99
selector:
1010
matchLabels:
1111
app.kubernetes.io/name: {{ .Release.Name }}
12+
strategy:
13+
type: Recreate
1214
template:
1315
metadata:
1416
labels:
1517
app.kubernetes.io/name: {{ .Release.Name }}
1618
spec:
17-
strategy:
18-
type: Recreate
1919
serviceAccountName: {{ .Release.Name }}
2020
containers:
2121
- name: nginx

0 commit comments

Comments
 (0)