26 lines
505 B
YAML
26 lines
505 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/chronograf
|
|
tag: latest@sha256:7a81f5001b1c2244bfb5089301ec1524f76ced2d9ff90f7e1bda87c0de6af913
|
|
persistence:
|
|
chronograf:
|
|
enabled: true
|
|
mountPath: /var/lib/chronograf
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8888
|
|
protocol: TCP
|
|
targetPort: 8888
|
|
|
|
portal:
|
|
enabled: true
|