k8s-platform/charts/platform-postgres/values.yaml

18 lines
258 B
YAML
Raw Permalink Normal View History

name: platform-postgres
namespace: platform-services
2026-06-16 00:03:01 +00:00
image:
repository: postgres
tag: "18.4"
auth:
database: postgres
username: postgres
secret: platform-postgres-secret
2026-06-16 00:03:01 +00:00
storage:
className: longhorn
size: 20Gi
nodeSelector:
workload: app