mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-30 22:58:56 +07:00
feat(system): enable service monitors (#9)
* feat(system): enable service monitors * chore: bump cloudflared chart version * doc: update contributors list
This commit is contained in:
@ -3,5 +3,5 @@ name: cloudflared
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: cloudflared
|
||||
version: 0.2.2
|
||||
version: 0.3.0
|
||||
repository: https://khuedoan.github.io/charts
|
||||
|
@ -11,3 +11,12 @@ cloudflared:
|
||||
originRequest:
|
||||
noTLSVerify: true
|
||||
- service: http_status:404
|
||||
|
||||
podMonitor:
|
||||
enabled: true
|
||||
metricsEndpoints:
|
||||
- port: http
|
||||
|
||||
# additional labels for the PodMonitor
|
||||
extraLabels:
|
||||
release: kube-prometheus-stack
|
||||
|
Reference in New Issue
Block a user