Files
home-docker/helm-values/postgres.yaml
T
2020-02-03 20:09:03 +11:00

13 lines
226 B
YAML

global:
postgresql:
postgresqlPassword: "@wahyd4"
persistence:
mountPath: /bitnami/postgresql
enabled: true
storageClass: local-storage
service:
type: NodePort
nodePort: 32222
securityContext:
enabled: false