2021-06-11 14:43:41 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/thelounge
|
2021-06-11 14:43:41 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
# -- image tag
|
2022-06-04 21:35:14 +00:00
|
|
|
tag: v4.3.1@sha256:f184f95409da22f1cc3aadbab91324962d7392d47b05df629f7b8159ea3561b4
|
2021-06-11 14:43:41 +00:00
|
|
|
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-06-11 14:43:41 +00:00
|
|
|
# -- environment variables. See [image docs](https://hub.docker.com/r/thelounge/thelounge/) for more details.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
THELOUNGE_HOME: "/config"
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart. Normally this does not need to be modified.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10061
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 9000
|
2021-06-11 14:43:41 +00:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
# -- Enable and configure ingress settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
main:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|