[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:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: false
|
||||||
tiller:
|
tiller:
|
||||||
scrape: true
|
scrape: true
|
||||||
port: 44135
|
port: 44135
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
delegate_to: 127.0.0.1
|
delegate_to: 127.0.0.1
|
||||||
block:
|
block:
|
||||||
- name: install tiller release
|
- 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:
|
environment:
|
||||||
HELM_HOST: 'localhost:44134'
|
HELM_HOST: 'localhost:44134'
|
||||||
- name: get the status for tiller release
|
- name: get the status for tiller release
|
||||||
|
Loading…
Reference in New Issue
Block a user