26 lines
490 B
YAML
26 lines
490 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/goaccess
|
|
tag: latest@sha256:0bf7c94ed92a39f58ce83aff9cf6217d25b9298cb0b985d9c9171d29509d3f00
|
|
persistence:
|
|
goaccess:
|
|
enabled: true
|
|
mountPath: /opt/log
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7889
|
|
protocol: TCP
|
|
targetPort: 7889
|
|
|
|
portal:
|
|
enabled: true
|