22 lines
431 B
YAML
22 lines
431 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: chronograf
|
|
tag: latest@sha256:6158ba6535c6e5304450d2875f24a246794f365638e3c3ad9c13e5ea24c2b35f
|
|
persistence:
|
|
chronograf:
|
|
enabled: true
|
|
mountPath: /var/lib/chronograf
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8888
|
|
protocol: tcp
|
|
targetPort: 8888
|