TrueChartsClone/charts/incubator/neko/values.yaml

108 lines
2.7 KiB
YAML

image:
repository: tccr.io/truecharts/neko-firefox
pullPolicy: IfNotPresent
tag: latest@sha256:95fef8b7a772ea14acf2d685117681c43c88e4d898a8f2f601784d95c48cf529
braveImage:
repository: tccr.io/truecharts/neko-brave
pullPolicy: IfNotPresent
tag: latest@sha256:0f04e271e532148398b7479d6c8297f8ead78366123449768d666388f9277b39
chromeImage:
repository: tccr.io/truecharts/neko-chrome
pullPolicy: IfNotPresent
tag: latest@sha256:25f1070cf337743c8f4e679d000f9eb34d8ea81fe47d6602f09f7a699a44882e
chromiumImage:
repository: tccr.io/truecharts/neko-chromium
pullPolicy: IfNotPresent
tag: latest@sha256:12c2478fd4bc7e34f94b8f5d6c4f24c57322aa347def75d7ab623ecadef67d12
edgeImage:
repository: tccr.io/truecharts/neko-msedge
pullPolicy: IfNotPresent
tag: latest@sha256:83e287f3238eb5a67919d138bc35200423cbd7368376f6389f6bccd83414c840
remminaImage:
repository: tccr.io/truecharts/neko-remmina
pullPolicy: IfNotPresent
tag: latest@sha256:b1c1f915dde3afc68cbab47289fdf82441933602fb5f6b1ca8023862f2cf274a
torImage:
repository: tccr.io/truecharts/neko-tor
pullPolicy: IfNotPresent
tag: latest@sha256:fbbe54b50f4a667de12bc15fab9a88013375474277359dd8247ffa5fcd81ee99
vivaldiImage:
repository: tccr.io/truecharts/neko-vivaldi
pullPolicy: IfNotPresent
tag: latest@sha256:144378bc6d9085fac6aeacf9676cb1aec27aa12e7c2e383579ed2139a0f3ed66
vlcImage:
repository: tccr.io/truecharts/neko-vlc
pullPolicy: IfNotPresent
tag: latest@sha256:b9e5d68fe000f1d0e9417b62f53c66521eacca2630bbb2ac7f0ab912cef4b22f
vncviewerImage:
repository: tccr.io/truecharts/neko-vncviewer
pullPolicy: IfNotPresent
tag: latest@sha256:9d6680979372ae561fd157cc973d8e73a826ccf68773314169d2d761564c184d
xfceImage:
repository: tccr.io/truecharts/neko-xfce
pullPolicy: IfNotPresent
tag: latest@sha256:015f50e63aee48e032816fe95898a83b566b56e67a6b44e2d8cfddcb237dffd2
imageSelector: "image"
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
NEKO_PASSWORD: userpass
NEKO_PASSWORD_ADMIN: adminpass
env:
NEKO_UDPMUX: 52100
NEKO_TCPMUX: 52100
# User Defined
NEKO_SCREEN: 1920x1080@30
NEKO_CONTROL_PROTECTION: false
NEKO_IMPLICIT_CONTROL: false
NEKO_LOCKS: ""
NEKO_NAT1TO1: ""
NEKO_IPFETCH: ""
NEKO_PROXY: true
service:
main:
ports:
main:
port: 10294
protocol: HTTP
targetPort: 8080
mux-udp:
enabled: true
ports:
mux-udp:
enabled: true
port: 52100
protocol: UDP
targetPort: 52100
mux-tcp:
enabled: true
ports:
mux-tcp:
enabled: true
port: 52100
protocol: TCP
targetPort: 52100
portal:
enabled: true