Skip to content

Commit

Permalink
chore(nextcloud): some values in metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
wrenix committed Sep 21, 2024
1 parent 82ebc93 commit 0d1ebee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,13 +603,19 @@ dnsConfig: {}
## Prometheus Exporter / Metrics
##
metrics:
# -- Setup nextcloud-exporter

Check failure on line 606 in charts/nextcloud/values.yaml

View workflow job for this annotation

GitHub Actions / lint

606:32 [trailing-spaces] trailing spaces
# @section Metrics
enabled: false

# -- relica count of nextcloud-exporter

Check failure on line 610 in charts/nextcloud/values.yaml

View workflow job for this annotation

GitHub Actions / lint

610:42 [trailing-spaces] trailing spaces
# @section Metrics
replicaCount: 1
# Optional: becomes NEXTCLOUD_SERVER env var in the nextcloud-exporter container.
# -- Optional: becomes NEXTCLOUD_SERVER env var in the nextcloud-exporter container.
# Without it, we will use the full name of the nextcloud service
# @section Metrics
server: ""
# The metrics exporter needs to know how you serve Nextcloud either http or https
# -- The metrics exporter needs to know how you serve Nextcloud either http or https
# @section Metrics
https: false
# Use API token if set, otherwise fall back to password authentication
# https://github.com/xperimental/nextcloud-exporter#token-authentication
Expand Down

0 comments on commit 0d1ebee

Please sign in to comment.