Commit 8d30e20c authored by Gianluca Arbezzano's avatar Gianluca Arbezzano Committed by k8s-ci-robot

Bump Chronograf (#3187)

/assign @mattfarina
parent 66123004
name: chronograf name: chronograf
version: 0.3.0 version: 0.4.0
description: Open-source web application written in Go and React.js that provides description: Open-source web application written in Go and React.js that provides
the tools to visualize your monitoring data and easily create alerting and automation the tools to visualize your monitoring data and easily create alerting and automation
rules. rules.
......
## Image Settings ## Image Settings
## ##
image: image:
repository: "quay.io/influxdb/chronograf" repository: "docker.io/chronograf"
tag: "latest" tag: "1.3-alpine"
pullPolicy: "Always" pullPolicy: "Always"
## Specify a service type ## Specify a service type
...@@ -38,11 +38,11 @@ resources: ...@@ -38,11 +38,11 @@ resources:
limits: limits:
memory: 2Gi memory: 2Gi
cpu: 2 cpu: 2
## Configure the ingress object to hook into existing infastructure ## Configure the ingress object to hook into existing infastructure
## ref : http://kubernetes.io/docs/user-guide/ingress/ ## ref : http://kubernetes.io/docs/user-guide/ingress/
## OPTIONALLY you can set .Values.ingress.secretName to set which secret to use ## OPTIONALLY you can set .Values.ingress.secretName to set which secret to use
## ##
ingress: ingress:
enabled: false enabled: false
tls: false tls: false
...@@ -70,7 +70,8 @@ oauth: ...@@ -70,7 +70,8 @@ oauth:
enabled: false enabled: false
client_id: CHANGE_ME client_id: CHANGE_ME
client_secret: CHANGE_ME client_secret: CHANGE_ME
public_url: "" # eg. http://chronograf.foobar.com # eg. http://chronograf.foobar.com
public_url: ""
# This is a comma seperated list of Google Apps domains (OPTIONAL) # This is a comma seperated list of Google Apps domains (OPTIONAL)
google_domains: "" google_domains: ""
heroku: heroku:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment