k8s-platform/charts/postgres/values.yaml

17 lines
216 B
YAML

namespace: database
image:
repository: postgres
tag: "18.4"
auth:
database: postgres
username: postgres
secret: postgres-secret
storage:
className: longhorn
size: 20Gi
nodeSelector:
workload: app