26 lines
492 B
YAML
26 lines
492 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/znc
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.9.0@sha256:6002596e5bc0f267b498603f0c79bcc7b180ba031ebd7bd610ae7ed1ee33b5f1
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 6501
|
|
port: 6501
|
|
persistence:
|
|
varrun:
|
|
enabled: true
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|