Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
ded3bcb6
Commit
ded3bcb6
authored
Dec 01, 2016
by
Jack Zampolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptiveness for Chronograf config
parent
a16c4076
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
README.md
stable/chronograf/README.md
+17
-17
No files found.
stable/chronograf/README.md
View file @
ded3bcb6
...
...
@@ -44,27 +44,27 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration
The following tables lists the configurable parameters of the Chronograf chart and
their de
fault values.
their de
scriptions. The default values can be seen in
`values.yaml`
:
```
yaml
image.repository
:
"
quay.io/influxdb/chronograf"
image.tag
:
"
latest"
image.pullPolicy
:
"
Always"
service.type
:
LoadBalancer
persistence.enabled
:
false
persistence.storageClass
:
generic
persistence.accessMode
:
ReadWriteOnc
e
persistence.size
:
8Gi
resources.requests.memory
:
256Mi
resources.requests.cpu
:
0.1
resources.limits.memory
:
2Gi
resources.limits.cpu
:
2
image.repository
:
Docker image repository
image.tag
:
Docker image tag
image.pullPolicy
:
Kubernetes image pull policy
service.type
:
Service type for Chronograf
persistence.enabled
:
Enable persistent storage for Chronograf server
persistence.storageClass
:
storage class for the persistent volume
persistence.accessMode
:
Access mode for persistent volum
e
persistence.size
:
Size of persistent volume
resources.requests.memory
:
Min memory used by the deployment
resources.requests.cpu
:
Min cpu used by the deployment
resources.limits.memory
:
Max memory used by the deployment
resources.limits.cpu
:
Max cpu used by the deployment
# Use this ingress with service.type: NodePort
ingress.enabled
:
false
ingress.tls
:
fals
e
ingress.hostname
:
chronograf.foobar.com
ingress.annotations
:
ingress.enabled
:
Toggle to enable/disable ingress
ingress.tls
:
Enable tls on the ingress resourc
e
ingress.hostname
:
fqdn to expose ingess
ingress.annotations
:
Use this to add any annotations to the ingress
ingress.annotations.kubernetes.io/ingress.class
:
"
nginx"
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment