Update prometheus chart version from 7.1.0 to 9.3.0 (#1389)

This commit is contained in:
Ta-Ching Chen
2019-11-13 16:29:17 +08:00
committed by GitHub
parent cf2d35291e
commit b5c8ea0e13
10 changed files with 40 additions and 19 deletions
+8 -2
View File
@@ -155,8 +155,14 @@ preUpgradeChecksImage: fission/pre-upgrade-checks
## summary is returned as part of http response
debugEnv: false
## set this flag to true if prometheus needs to be deployed along with fission
prometheusDeploy: false
## Prometheus for scrapping service metrics
prometheus:
## set this flag to true if prometheus needs to be deployed along with fission
enabled: true
## If enabled is false, please assign the prometheus service URL
## that is accessible by components.
serviceEndpoint: ""
## set this flag to false if you dont need canary deployment feature
canaryDeployment: