Files
truecharts/charts/stable/znc/values.yaml
T
Stavros KoisandGitHub dce04ca10a fix(apps): make root fs writable on several LSIO apps (#3168)
* fix(znc): Make roof fs writeable

* fix(apps): make root fs writable on several LSIO apps

* try without varrun

* try previous image

* typo

* previeous version
2022-07-14 00:32:57 +02:00

27 lines
389 B
YAML

image:
repository: tccr.io/truecharts/znc
pullPolicy: IfNotPresent
tag: v1.8.2
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 6501
port: 6501
persistence:
varrun:
enabled: true
config:
enabled: true
mountPath: "/config"