24 lines
462 B
YAML
24 lines
462 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: gregyankovoy/goaccess
|
|
tag: latest@sha256:157fc99be09f0b0d680ed0f7be716c81288ea9fe40a4435fab05356b35121421
|
|
persistence:
|
|
goaccess:
|
|
enabled: true
|
|
mountPath: /opt/log
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7889
|
|
protocol: tcp
|
|
targetPort: 7889
|