mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
25 lines
473 B
YAML
25 lines
473 B
YAML
image:
|
|
repository: postgres
|
|
tag: 11
|
|
postgresqlDataDir: /var/lib/postgresql/data
|
|
postgresqlPassword: "@wahyd4"
|
|
postgresqlDatabase: home
|
|
persistence:
|
|
mountPath: /var/lib/postgresql/data
|
|
storageClass: nfs
|
|
existingClaim: postgres-nfs
|
|
volumePermissions:
|
|
enabled: true
|
|
securityContext:
|
|
fsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
type: NodePort
|
|
nodePort: 32222
|
|
metrics:
|
|
enabled: true
|
|
serviceMonitor:
|
|
enabled: true
|
|
additionalLabels:
|
|
release: prometheus
|