env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/chronograf tag: latest@sha256:a0e9d38e316950aac484b17bb7bc2127633f0769022fbdc54468b01d698b9c1e 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