33 lines
686 B
YAML
33 lines
686 B
YAML
env:
|
|
CUSTOM_RES_H: "768"
|
|
CUSTOM_RES_W: "1280"
|
|
NOVNC_RESIZE: remote
|
|
RUNASROOT: "false"
|
|
USER_LOCALES: en_US.UTF-8 UTF-8
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/krusader
|
|
tag: latest@sha256:a41b16f18a1e640a9ebbdbbd9202cffc32ddb9a80f41c4d73ab986da8bfda757
|
|
persistence:
|
|
containerpath:
|
|
enabled: true
|
|
mountPath: /krusader
|
|
datapath:
|
|
enabled: true
|
|
mountPath: /mnt/user
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|