ansible role update
This commit is contained in:
24
ansible/roles/helm_install/files/postgresql/ci/metrics.yaml
Normal file
24
ansible/roles/helm_install/files/postgresql/ci/metrics.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user