2025-09-21 01:23:35 +03:00

35 lines
634 B
YAML

image:
repository: postgres
tag: "16"
pullPolicy: IfNotPresent
postgres:
user: wfuser
password: wfpass # will be stored in a Secret
database: wf
port: 5432
service:
type: ClusterIP
port: 5432
# Optional annotations:
annotations: {}
persistence:
enabled: true
size: 5Gi
storageClassName: "nfs-client" # e.g., nfs-client / longhorn / left empty = default
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
# Simple liveness/readiness probes (tuned for small clusters)
probes:
enabled: true
initialDelaySeconds: 20
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 6