Turn prometheus admin API off by default

This commit is contained in:
Purandare, Aditya
2019-01-17 20:21:05 +05:30
parent 5ce011173f
commit 85c4c2b8df
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ spec:
namespace: monitoring
port: web
baseImage: quay.io/prometheus/prometheus
enableAdminAPI: true
enableAdminAPI: false
nodeSelector:
beta.kubernetes.io/os: linux
replicas: 2