Files
2026-02-14 22:35:03 +01:00

23 lines
492 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/gregyankovoy/goaccess
tag: latest@sha256:157fc99be09f0b0d680ed0f7be716c81288ea9fe40a4435fab05356b35121421
persistence:
goaccess:
enabled: true
mountPath: /opt/log
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 7889
protocol: tcp
targetPort: 7889