Skip to content

Commit

Permalink
[monitoring] fixed kube-prometheus copy helm chart envsubst
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 12, 2024
1 parent f72530f commit b67b502
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions apps/monitoring/kube-prometheus/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,19 @@ spec:
enabled: false
kubeScheduler:
enabled: true
endpoints: *cp
endpoints:
- 192.168.1.2
- 192.168.1.10
kubeControllerManager:
enabled: true
endpoints: &cp
endpoints:
- 192.168.1.2
- 192.168.1.10
kubeEtcd:
enabled: true
endpoints: *cp
endpoints:
- 192.168.1.2
- 192.168.1.10
kubeProxy:
enabled: false
prometheus-windows-exporter:
Expand Down

0 comments on commit b67b502

Please sign in to comment.