24 lines
464 B
YAML
24 lines
464 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: chronograf
|
||
|
tag: latest@sha256:08114d9fb1640d6d8c011b7b08e1e12a78159495bc4e0c392bfaaedf0971f500
|
||
|
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
|