Merge "[tiller] Disable monitoring by default, enable in gate"
This commit is contained in:
commit
8028bcb641
@ -82,7 +82,7 @@ endpoints:
|
||||
|
||||
monitoring:
|
||||
prometheus:
|
||||
enabled: true
|
||||
enabled: false
|
||||
tiller:
|
||||
scrape: true
|
||||
port: 44135
|
||||
|
@ -51,7 +51,7 @@
|
||||
delegate_to: 127.0.0.1
|
||||
block:
|
||||
- name: install tiller release
|
||||
command: helm install /opt/charts/tiller --name tiller --namespace kube-system --wait
|
||||
command: helm install /opt/charts/tiller --name tiller --namespace kube-system --set monitoring.prometheus.enabled=true --wait
|
||||
environment:
|
||||
HELM_HOST: 'localhost:44134'
|
||||
- name: get the status for tiller release
|
||||
|
Loading…
Reference in New Issue
Block a user