33 lines
652 B
YAML
33 lines
652 B
YAML
env:
|
|
BASIC_AUTH: "True"
|
|
BASIC_AUTH_PASSWORD: x
|
|
BASIC_AUTH_USERNAME: x
|
|
DEBUG: "False"
|
|
EXCLUDE_IPS: ""
|
|
SKIP_ARCHIVED_LOGS: "False"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/goaccess-npm-logs
|
|
tag: latest@sha256:d30872dcda9b2700f75787f5e56ccd14f1dcfa8e15d609f5bea2fd37cb78b835
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|