35 lines
677 B
YAML
35 lines
677 B
YAML
image:
|
|
repository: tccr.io/truecharts/quassel-web
|
|
pullPolicy: IfNotPresent
|
|
tag: v2021.12.16@sha256:9f5a51c1c1f30fcf5806876dc9a3069def25a3d3aa51e839e5200d2c0c52c811
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 64080
|
|
port: 64080
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
URL_BASE: ""
|
|
QUASSEL_CORE: "0.0.0.0"
|
|
QUASSEL_PORT: 4242
|