TrueChartsClone/charts/incubator/neko/values.yaml

108 lines
2.7 KiB
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/neko-firefox
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:197e2388b2bc0f07a35828f0e1b863016052aa7f22709860e960673be1823572
braveImage:
repository: tccr.io/truecharts/neko-brave
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:d5b9f20b833e5280cab40b93b3198bf1910b69476ea83c7de63f8d434a1ecaf7
chromeImage:
repository: tccr.io/truecharts/neko-chrome
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:f53c09fe9b9f0507dc3d4f4fe1ca3cd45854e2d2531356cbafc02b6bf9b628f7
chromiumImage:
repository: tccr.io/truecharts/neko-chromium
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:f568b9c8c04226856cf291ef9492b032832528c48e1fca6363807e23cc84132b
edgeImage:
repository: tccr.io/truecharts/neko-msedge
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:7fe2137db7cdd8f3f33ac682b10b8571efc7c3d18941a40c159073547bdb9b5e
remminaImage:
repository: tccr.io/truecharts/neko-remmina
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:2afdedcc0cb28ef66943338483bc1253263b9a93f60e01c1ae76287228be1445
torImage:
repository: tccr.io/truecharts/neko-tor
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:e57c45dbdad77683cda87b36c20247aa2dded6355ae8835d3e917223fba8c603
vivaldiImage:
repository: tccr.io/truecharts/neko-vivaldi
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:167af4da41cce0a6f1e49185f5891c5b0b78f19a6f7bbee8c0d221a9730b9041
vlcImage:
repository: tccr.io/truecharts/neko-vlc
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:1207816cfbc0400e839aba78028cc6cf7fd37d245ff8bd17c95a0384fbe4bc7b
vncviewerImage:
repository: tccr.io/truecharts/neko-vncviewer
pullPolicy: IfNotPresent
tag: latest@sha256:9d6680979372ae561fd157cc973d8e73a826ccf68773314169d2d761564c184d
xfceImage:
repository: tccr.io/truecharts/neko-xfce
pullPolicy: IfNotPresent
2023-05-02 06:33:39 -04:00
tag: latest@sha256:04b7d2718fc0c5f29a02d31ea93541be1921285ee2736f387390cbd74001ad46
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
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
portal:
enabled: true