37 lines
773 B
YAML
37 lines
773 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: xavierh/goaccess-for-nginxproxymanager
|
|
tag: latest@sha256:9413db56e3ffbf1c003f37f3f559f4cfdece60d1a2fb108e016b093d29c8df10
|
|
persistence:
|
|
hostpath1:
|
|
enabled: true
|
|
mountPath: /opt/log
|
|
readOnly: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7880
|
|
protocol: tcp
|
|
targetPort: 7880
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BASIC_AUTH: "True"
|
|
BASIC_AUTH_PASSWORD: x
|
|
BASIC_AUTH_USERNAME: x
|
|
DEBUG: "False"
|
|
EXCLUDE_IPS: ""
|
|
SKIP_ARCHIVED_LOGS: "False"
|