Files
home-docker/postgres-values.yaml
T
2021-04-12 13:52:20 +10:00

26 lines
522 B
YAML

# image:
# repository: postgres
# tag: 11
# postgresqlDataDir: /bitnami/postgresql
postgresqlDatabase: home
persistence:
mountPath: /bitnami/postgresql
storageClass: longhorn-static
existingClaim: new-postgres-db
# storageClass: nfs
# existingClaim: postgres-nfs
volumePermissions:
enabled: true
# securityContext:
# fsGroup: 1000
# runAsUser: 1000
service:
type: NodePort
nodePort: 32222
metrics:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus