Skip to content

Commit

Permalink
Fix the prom-stack issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 committed Feb 13, 2022
1 parent 09680bd commit d947263
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion cluster/apps/monitoring/prom-stack/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,27 @@ spec:
kubeApiServer:
enabled: true
kubeControllerManager:
enabled: false
enabled: true
service:
enabled: true
port: 10257
targetPort: 10257
serviceMonitor:
enabled: true
https: true
insecureSkipVerify: true
kubeScheduler:
enabled: true
endpoints:
- 10.0.105.10
service:
enabled: true
port: 10259
targetPort: 10259
serviceMonitor:
enabled: true
https: true
insecureSkipVerify: true
kubeProxy:
enabled: true
endpoints:
Expand Down

0 comments on commit d947263

Please sign in to comment.