Skip to content

Commit

Permalink
upgrade mariadb custom resource
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 30, 2023
1 parent 6bec581 commit d115cb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ spec:
timeoutSeconds: 5

metrics:
enabled: true
exporter:
image: prom/mysqld-exporter:v0.14.0
image: prom/mysqld-exporter:v0.15.1
resources:
requests:
cpu: 50m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ spec:
timeoutSeconds: 5

metrics:
enabled: true
exporter:
image: prom/mysqld-exporter:v0.14.0
image: prom/mysqld-exporter:v0.15.1
resources:
requests:
cpu: 300m
Expand Down

0 comments on commit d115cb9

Please sign in to comment.