Skip to content

Commit

Permalink
[data] improved cloudnative values for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Sep 28, 2023
1 parent 8db1d91 commit 8cddfbe
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions apps/data/postgres/cloudnative/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,27 @@ helmCharts:
create: true
failurePolicy: Fail
livenessProbe:
initialDelaySeconds: 3
initialDelaySeconds: 35
readinessProbe:
initialDelaySeconds: 3
initialDelaySeconds: 10
config:
create: true
name: cnpg-controller-manager-config
secret: false
data: {}
data:
ENABLE_INSTANCE_MANAGER_INPLACE_UPDATES: "true"
CREATE_ANY_SERVICE: "true"
additionalArgs: []
serviceAccount:
create: true
name: ''
rbac:
create: true
aggregateClusterRoles: false
commonAnnotations: {}
podAnnotations: {}
aggregateClusterRoles: true
commonAnnotations:
reloader.stakater.com/auto: "true"
podAnnotations:
reloader.stakater.com/auto: "true"
podLabels: {}
containerSecurityContext:
allowPrivilegeEscalation: false
Expand All @@ -69,7 +73,8 @@ helmCharts:
requests:
cpu: 150m
memory: 128Mi
nodeSelector: {}
nodeSelector:
kubernetes.io/arch: amd64
tolerations: []
affinity: {}
monitoring:
Expand Down

0 comments on commit 8cddfbe

Please sign in to comment.