2022-07-20 19:13:31 +00:00
|
|
|
env:
|
2022-07-22 18:23:01 +00:00
|
|
|
BASIC_AUTH: "True"
|
2022-07-20 19:13:31 +00:00
|
|
|
BASIC_AUTH_PASSWORD: x
|
|
|
|
BASIC_AUTH_USERNAME: x
|
2022-07-22 18:23:01 +00:00
|
|
|
DEBUG: "False"
|
|
|
|
EXCLUDE_IPS: ""
|
|
|
|
SKIP_ARCHIVED_LOGS: "False"
|
2022-07-20 19:13:31 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-12-06 10:42:22 +00:00
|
|
|
repository: xavierh/goaccess-for-nginxproxymanager
|
|
|
|
tag: latest@sha256:a1d8870f05d7c653e7380953c6c31d62182d059271a6a01745380e3500bfe186
|
2022-07-20 19:13:31 +00:00
|
|
|
persistence:
|
|
|
|
hostpath1:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /opt/log
|
|
|
|
readOnly: true
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 7880
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 7880
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
|
|
|
enabled: true
|