Skip to content

Commit

Permalink
helm(postgres): fixing default values for podMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-jancik committed Oct 10, 2023
1 parent d3b44f2 commit c6b1996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: postgrescluster
description: A Helm chart for Kubernetes
type: application
# This version has to be increased via any change of the helm chart (e.g., comment in default values or templates)
version: 5.4.4
version: 5.4.5
appVersion: 5.4.2
4 changes: 2 additions & 2 deletions helm/postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ podMonitor:
# Additional labels ot be applied to PodMonitor CR
additionalLabels: {}

interval: 15
scrapeTimeout: 15
interval: 15s
scrapeTimeout: 15s

############################
# User Interface, pgAdmin4 #
Expand Down

0 comments on commit c6b1996

Please sign in to comment.