fix: Remove unused options
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user