Files
truecharts/charts/stable/chronograf/values.yaml
T

24 lines
464 B
YAML

image:
pullPolicy: IfNotPresent
repository: chronograf
tag: latest@sha256:b494e3f3eb6e647b352a93e639623cc6e854181c9d46a93e9b31e717f5074b8c
persistence:
chronograf:
enabled: true
mountPath: /var/lib/chronograf
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8888
protocol: tcp
targetPort: 8888