Files
truecharts/charts/stable/thelounge/values.yaml
T
TrueCharts BotandGitHub 97d5375359 chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00

27 lines
442 B
YAML

image:
repository: tccr.io/truecharts/thelounge
pullPolicy: IfNotPresent
tag: v4.3.1@sha256:1ddeecab961ea0ae15e1b0d81cd988481a59b30da2f5dfd9f5db7349a6c7a9b3
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
THELOUNGE_HOME: "/config"
service:
main:
ports:
main:
port: 10061
targetPort: 9000
persistence:
config:
enabled: true
mountPath: "/config"