Skip to content

Commit

Permalink
Update prometheus exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Dec 13, 2024
1 parent e60b145 commit 48b6644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/k8s/postgresql-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
value: stocks
- name: DATA_SOURCE_NAME
value: postgresql://$(DB_USER):$(DB_PASSWORD)@postgresql:5432/$(DB_NAME)
image: prometheuscommunity/postgres-exporter:v0.15.0
image: prometheuscommunity/postgres-exporter:v0.16.0
imagePullPolicy: Always
ports:
- containerPort: 9104
Expand Down

0 comments on commit 48b6644

Please sign in to comment.