30 lines
487 B
YAML
30 lines
487 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/remmina
|
|
pullPolicy: IfNotPresent
|
|
tag: version-1.2.0-rcgit.29dfsg-1ubuntu1@sha256:0e024b919b7e7c5b359436f118f782d3da426873be1fa15e49eaf544e950009e
|
|
|
|
|
|
env:
|
|
PUID: 568
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
varrun:
|
|
enabled: true
|