fix: Change strat and nodename

This commit is contained in:
2025-08-26 21:09:13 +02:00
parent c363b852a4
commit 6031451153
+6 -2
View File
@@ -6,14 +6,18 @@ spec:
selector:
matchLabels:
app: attic
# strategy:
# type: Recreate
strategy:
type: Recreate
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
labels:
app: attic
spec:
nodeName: atlas
containers:
- name: attic
image: ghcr.io/zhaofengli/attic:latest