fix: Remove unused options

This commit is contained in:
2025-08-27 09:15:01 +02:00
parent f7e11e9f9b
commit 0787790d0b
3 changed files with 1 additions and 9 deletions
-2
View File
@@ -7,8 +7,6 @@ metadata:
app: attic-db app: attic-db
spec: spec:
instances: 1 instances: 1
initdb:
database: attic
primaryUpdateStrategy: unsupervised primaryUpdateStrategy: unsupervised
backup: backup:
retentionPolicy: "7d" retentionPolicy: "7d"
+1 -6
View File
@@ -6,13 +6,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: attic app: attic
# strategy:
# type: Recreate
strategy: strategy:
rollingUpdate: type: Recreate
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template: template:
metadata: metadata:
labels: labels:
-1
View File
@@ -8,7 +8,6 @@ spec:
type: ClusterIP type: ClusterIP
selector: selector:
app: attic app: attic
component: website
ports: ports:
- name: http - name: http
port: 8080 port: 8080