postgres-exporter: prometheus sd riggings
1 files changed, 9 insertions(+), 1 deletions(-) M monitoring/postgres-exporter/deployment.yaml
M monitoring/postgres-exporter/deployment.yaml => monitoring/postgres-exporter/deployment.yaml +9 -1
@@ 5,13 5,21 @@ metadata: spec: replicas: 1 template: metadata: annotations: prometheus.xdavidwu.link/instance: main labels: metrics: metrics spec: containers: - name: postgres-exporter image: quay.io/prometheuscommunity/postgres-exporter:v0.16.0 ports: - name: metrics containerPort: 9187 envFrom: - secretRef: name: secrets # DATA_SOURCE_NAME readinessProbe: httpGet: port: 9187 port: metrics