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