[tiller] Disable monitoring by default, enable in gate

Change-Id: Idb7a1f0046e96261a7042d30eedfaea031b27209
This commit is contained in:
Chris Wedgwood 2019-01-28 23:18:24 +00:00
parent 7b5d6e9237
commit a6fa47eea5
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ endpoints:
monitoring:
prometheus:
enabled: true
enabled: false
tiller:
scrape: true
port: 44135

View File

@ -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