Skip to content

Commit d14996c

Browse files
fix: wrong spec
1 parent c547f12 commit d14996c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ spec:
99
selector:
1010
matchLabels:
1111
app: igneous
12+
strategy:
13+
type: Recreate
1214
template:
1315
metadata:
1416
labels:
1517
app: igneous
1618
spec:
1719
dnsPolicy: Default
18-
strategy:
19-
type: Recreate
2020
topologySpreadConstraints:
2121
- maxSkew: 1
2222
topologyKey: "kubernetes.io/hostname"

0 commit comments

Comments
 (0)