mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
* [bitnami/postgresql] Chart standardization Signed-off-by: juan131 <juanariza@vmware.com> * [bitnami/postgresql] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
25 lines
502 B
YAML
25 lines
502 B
YAML
auth:
|
|
postgresPassword: adminpassword
|
|
username: foo
|
|
password: foopassword
|
|
database: bar
|
|
metrics:
|
|
enabled: true
|
|
serviceMonitor:
|
|
enabled: true
|
|
namespace: monitoring
|
|
prometheusRule:
|
|
enabled: true
|
|
namespace: monitoring
|
|
networkPolicy:
|
|
enabled: true
|
|
metrics:
|
|
enabled: true
|
|
namespaceSelector:
|
|
label: monitoring
|
|
ingressRules:
|
|
primaryAccessOnlyFrom:
|
|
enabled: true
|
|
podSelector:
|
|
"{{ template \"common.names.fullname\" . }}-client": "true"
|