Files
home-docker/postgres-values.yaml
T
junv 1a274a2813 * Add redis
* Use longhorn storage to replace nfs
2021-03-19 12:08:20 +11:00

26 lines
518 B
YAML

# image:
# repository: postgres
# tag: 11
# postgresqlDataDir: /bitnami/postgresql
postgresqlDatabase: home
persistence:
mountPath: /bitnami/postgresql
storageClass: longhorn-static
existingClaim: 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