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
spec:
instances: 1
initdb:
database: attic
primaryUpdateStrategy: unsupervised
backup:
retentionPolicy: "7d"
+1 -6
View File
@@ -6,13 +6,8 @@ spec:
selector:
matchLabels:
app: attic
# strategy:
# type: Recreate
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
type: Recreate
template:
metadata:
labels:
-1
View File
@@ -8,7 +8,6 @@ spec:
type: ClusterIP
selector:
app: attic
component: website
ports:
- name: http
port: 8080