Files
truecharts/charts/incubator/goaccess-npm-logs/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

32 lines
667 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:d661b7db8f2e9749df12be90c390c4cf2beeef31ff9a20eff82341e411af9328
persistence:
hostpath1:
enabled: true
mountPath: /opt/log
readOnly: true
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 7880
protocol: TCP
targetPort: 7880