22 lines
431 B
YAML
22 lines
431 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: chronograf
|
|
tag: latest@sha256:c5a1d0956da04e6c0034d3af985c80af2fb2ce94532d961ac9da9e8042128841
|
|
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
|