fix: Remove unused options
This commit is contained in:
@@ -7,8 +7,6 @@ metadata:
|
||||
app: attic-db
|
||||
spec:
|
||||
instances: 1
|
||||
initdb:
|
||||
database: attic
|
||||
primaryUpdateStrategy: unsupervised
|
||||
backup:
|
||||
retentionPolicy: "7d"
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -8,7 +8,6 @@ spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: attic
|
||||
component: website
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
|
||||
Reference in New Issue
Block a user