Files
home-docker/helm-values/postgres.yaml
T
2020-04-16 17:51:12 +10:00

15 lines
267 B
YAML

global:
postgresql:
postgresqlPassword: "wGWHn9bhjJbM27V"
persistence:
mountPath: /bitnami/postgresql
enabled: true
storageClass: local-storage
service:
type: NodePort
nodePort: 32222
securityContext:
enabled: true
fsGroup: 1000
runAsUser: 1000