mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-27 21:25:50 +10:00
13 lines
226 B
YAML
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
|