mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
nextcloud metrics
This commit is contained in:
parent
fc4022f666
commit
458c75b762
1 changed files with 25 additions and 0 deletions
|
|
@ -150,3 +150,28 @@ nextcloud:
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
failureThreshold: 30
|
failureThreshold: 30
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
replicaCount: 1
|
||||||
|
https: false
|
||||||
|
|
||||||
|
image:
|
||||||
|
repository: xperimental/nextcloud-exporter
|
||||||
|
pullPolicy: Always
|
||||||
|
|
||||||
|
service:
|
||||||
|
type: ClusterIP
|
||||||
|
annotations:
|
||||||
|
prometheus.io/scrape: "true"
|
||||||
|
prometheus.io/port: "9205"
|
||||||
|
labels: {}
|
||||||
|
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
|
namespace: "kube-prometheus-stack"
|
||||||
|
jobLabel: ""
|
||||||
|
interval: 30s
|
||||||
|
scrapeTimeout: ""
|
||||||
|
labels: {}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue