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:db94a727927b15ea49ba7292c793e0adbf1a20b8c30603f178e2450f97233def
|
||
|
|
||
|
|
||
|
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
|