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