fix: Change strat and nodename
This commit is contained in:
@@ -6,14 +6,18 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: attic
|
app: attic
|
||||||
|
# strategy:
|
||||||
|
# type: Recreate
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
rollingUpdate:
|
||||||
|
maxSurge: 25%
|
||||||
|
maxUnavailable: 25%
|
||||||
|
type: RollingUpdate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: attic
|
app: attic
|
||||||
spec:
|
spec:
|
||||||
nodeName: atlas
|
|
||||||
containers:
|
containers:
|
||||||
- name: attic
|
- name: attic
|
||||||
image: ghcr.io/zhaofengli/attic:latest
|
image: ghcr.io/zhaofengli/attic:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user