23 lines
484 B
YAML
23 lines
484 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: chronograf
|
|
tag: latest@sha256:6bde6bedb800ff25d56a2138e23b1815c4f4a01ebb61520c9121607d21479fa8
|
|
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
|