Skip to content

Commit

Permalink
fix(ci): add ServiceMonitor to chart-testing
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <[email protected]>
  • Loading branch information
wrenix committed Feb 5, 2024
1 parent 48ba03a commit def272e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/nextcloud/ci/ct-all-enabled-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
metrics:
enabled: true
serviceMonitor:
enabled: true

nextcloud:
configs:
Expand Down
9 changes: 9 additions & 0 deletions charts/nextcloud/ci/ct-specials-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ metrics:
fakeVersion: unreleased
labels:
team: cool
serviceMonitor:
enabled: true
namespace: "somewhere-else"
labels:
prometheus: default
interval: "20s"
scrapeTimeout: "15s"
namespaceSelector:
- "default"

nextcloud:
configs:
Expand Down

0 comments on commit def272e

Please sign in to comment.