mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
15 lines
267 B
YAML
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
|