statefulsets: align guacamole and matrix drift defaults
This commit is contained in:
@@ -19,9 +19,15 @@ metadata:
|
|||||||
namespace: guacamole
|
namespace: guacamole
|
||||||
labels:
|
labels:
|
||||||
app: guac-mysql
|
app: guac-mysql
|
||||||
|
argocd.argoproj.io/instance: infra-guacamole
|
||||||
spec:
|
spec:
|
||||||
|
persistentVolumeClaimRetentionPolicy:
|
||||||
|
whenDeleted: Retain
|
||||||
|
whenScaled: Retain
|
||||||
|
podManagementPolicy: OrderedReady
|
||||||
serviceName: guac-mysql
|
serviceName: guac-mysql
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 10
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: guac-mysql
|
app: guac-mysql
|
||||||
@@ -94,6 +100,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 5Gi
|
storage: 5Gi
|
||||||
|
updateStrategy:
|
||||||
|
rollingUpdate:
|
||||||
|
partition: 0
|
||||||
|
type: RollingUpdate
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|||||||
@@ -79,9 +79,15 @@ metadata:
|
|||||||
namespace: matrix
|
namespace: matrix
|
||||||
labels:
|
labels:
|
||||||
app: matrix-postgres
|
app: matrix-postgres
|
||||||
|
argocd.argoproj.io/instance: infra-matrix
|
||||||
spec:
|
spec:
|
||||||
|
persistentVolumeClaimRetentionPolicy:
|
||||||
|
whenDeleted: Retain
|
||||||
|
whenScaled: Retain
|
||||||
|
podManagementPolicy: OrderedReady
|
||||||
serviceName: matrix-postgres
|
serviceName: matrix-postgres
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 10
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: matrix-postgres
|
app: matrix-postgres
|
||||||
@@ -141,6 +147,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 5Gi
|
storage: 5Gi
|
||||||
|
updateStrategy:
|
||||||
|
rollingUpdate:
|
||||||
|
partition: 0
|
||||||
|
type: RollingUpdate
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|||||||
Reference in New Issue
Block a user