[tiller] Disable monitoring by default, enable in gate
Change-Id: Idb7a1f0046e96261a7042d30eedfaea031b27209
This commit is contained in:
parent
7b5d6e9237
commit
a6fa47eea5
@ -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