fix(apps): fix various issues (#8095)

This commit is contained in:
Stavros Kois
2023-04-20 02:19:46 +03:00
committed by GitHub
parent 8d53557d71
commit 3fb86ba2fc
37 changed files with 295 additions and 282 deletions

View File

@@ -20,7 +20,7 @@ name: browserless-chrome
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome
- https://docs.browserless.io/docs/docker.html
version: 5.0.6
version: 5.0.7
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -7,25 +7,23 @@ portals:
path: "/metrics"
questions:
# Include{global}
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Chrome"
- value: "puppeteerImage"
description: "Puppeteer"
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Chrome"
- value: "puppeteerImage"
description: "Puppeteer"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true

View File

@@ -8,8 +8,6 @@ puppeteerImage:
pullPolicy: IfNotPresent
tag: 1.57.0-puppeteer@sha256:e02a6ca0408a5951cfdc71a835aa145b9f016db49bc411ff5aec74ffdedfec6f
imageSelector: "image"
service:
main:
ports:
@@ -23,6 +21,7 @@ workload:
podSpec:
containers:
main:
imageSelector: "image"
probes:
liveness:
path: "/metrics"

View File

@@ -21,7 +21,7 @@ sources:
- https://github.com/johnolafenwa/DeepStack
- https://www.deepstack.cc/
type: application
version: 7.0.6
version: 7.0.7
annotations:
truecharts.org/catagories: |
- AI

View File

@@ -5,25 +5,23 @@ portals:
questions:
# Portal
# Include{global}
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "CPU"
- value: "gpuImage"
description: "GPU"
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "CPU"
- value: "gpuImage"
description: "GPU"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true

View File

@@ -7,8 +7,6 @@ gpuImage:
pullPolicy: IfNotPresent
tag: 2022.01.1@sha256:8df0f00903427234b7786e3bbe9ecfbc852a34d22509823e360336f1f04b41ba
imageSelector: "image"
securityContext:
container:
readOnlyRootFilesystem: false
@@ -44,6 +42,7 @@ workload:
podSpec:
containers:
main:
imageSelector: "image"
probes:
liveness:
type: http

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/linuxserver/docker-doublecommander
- https://doublecmd.sourceforge.io/
type: application
version: 7.0.6
version: 7.0.7
annotations:
truecharts.org/catagories: |
- media

View File

@@ -22,6 +22,10 @@ workload:
podSpec:
containers:
main:
securityContext:
capabilities:
add:
- SYS_CHROOT
probes:
liveness:
type: http
@@ -32,7 +36,6 @@ workload:
startup:
type: http
path: /
env: {}
persistence:
config:

View File

@@ -19,7 +19,7 @@ name: impostor-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server
type: application
version: 4.0.4
version: 4.0.5
annotations:
truecharts.org/catagories: |
- games

View File

@@ -4,17 +4,6 @@ portals:
# Include{portalLink}
questions:
# Include{global}
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Stable"
- value: "nightlyImage"
description: "Nightly"
# Include{workload}
# Include{workloadDeployment}
@@ -22,8 +11,17 @@ questions:
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Stable"
- value: "nightlyImage"
description: "Nightly"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true

View File

@@ -22,6 +22,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
enabled: false

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- https://github.com/jupyter/docker-stacks
type: application
version: 4.0.6
version: 4.0.7
annotations:
truecharts.org/catagories: |
- Cloud

View File

@@ -4,35 +4,34 @@ portals:
# Include{portalLink}
questions:
# Include{global}
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Base Notebook
- value: minimalImage
description: Minimal Notebook
- value: rImage
description: R Notebook
- value: scipyImage
description: Scipy Notebook
- value: tensorflowImage
description: Tensorflow Notebook
- value: datascienceImage
description: Data Science Notebook
- value: pysparkImage
description: Pyspark Notebook
- value: allsparkImage
description: All Spark Notebook
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Base Notebook
- value: minimalImage
description: Minimal Notebook
- value: rImage
description: R Notebook
- value: scipyImage
description: Scipy Notebook
- value: tensorflowImage
description: Tensorflow Notebook
- value: datascienceImage
description: Data Science Notebook
- value: pysparkImage
description: Pyspark Notebook
- value: allsparkImage
description: All Spark Notebook
# Include{containerBasic}
# Include{containerAdvanced}

View File

@@ -58,6 +58,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
env:
NB_UID: "{{ .Values.securityContext.container.PUID }}"
NB_GID: "{{ .Values.securityContext.pod.fsGroup }}"

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner
- https://github.com/Sanster/lama-cleaner
type: application
version: 2.0.6
version: 2.0.7
annotations:
truecharts.org/catagories: |
- media

View File

@@ -4,23 +4,22 @@ portals:
# Include{portalLink}
questions:
# Include{global}
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: CPU Image
- value: imageGPU
description: GPU Image
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: CPU Image
- value: imageGPU
description: GPU Image
# Include{containerBasic}
# Include{containerAdvanced}

View File

@@ -6,7 +6,6 @@ gpuImage:
repository: tccr.io/truecharts/lama-cleaner-gpu
tag: v0.26.1@sha256:14ee85f997664a5e638287609b7bff9829c65ead48ce445612ac258631f4fc7d
pullPolicy: Always
imageSelector: image
lamacleaner:
model: lama
input: ""
@@ -44,3 +43,4 @@ workload:
containers:
main:
command: lama-cleaner
imageSelector: image

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord
- https://github.com/itzg/docker-bungeecord
type: application
version: 4.0.4
version: 4.0.5
annotations:
truecharts.org/catagories: |
- proxy

View File

@@ -2,29 +2,27 @@
portals: {}
questions:
# Include{global}
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Default Image"
- value: "j17Image"
description: "Java 17"
- value: "j11Image"
description: "Java 11"
- value: "j8Image"
description: "Java 8"
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Default Image"
- value: "j17Image"
description: "Java 17"
- value: "j11Image"
description: "Java 11"
- value: "j8Image"
description: "Java 8"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true

View File

@@ -50,6 +50,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
type: tcp

View File

@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java
- https://github.com/itzg/docker-minecraft-server
type: application
version: 4.0.4
version: 4.0.5
annotations:
truecharts.org/catagories: |
- games

View File

@@ -2,48 +2,46 @@
portals: {}
questions:
# Include{global}
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Java 17 HotSpot
- value: j19Image
description: Java 19 HotSpot
- value: j17j9Image
description: Java 17 OpenJ9
- value: j17jdkImage
description: Java 17 JDK
- value: j17gceImage
description: Java 17 GraalVM CE
- value: j17alpineImage
description: Java 17 Hotspot(Alpine)
- value: j11jdkImage
description: Java 11 JDK
- value: j11Image
description: Java 11 HotSpot
- value: j11j9Image
description: Java 11 OpenJ9
- value: j8Image
description: Java 8 HotSpot
- value: j8gceImage
description: Java 8 GraalVM CE
- value: j8jdkImage
description: Java 8 JDK
- value: j8j9Image
description: Java 8 OpenJ9
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Java 17 HotSpot
- value: j19Image
description: Java 19 HotSpot
- value: j17j9Image
description: Java 17 OpenJ9
- value: j17jdkImage
description: Java 17 JDK
- value: j17gceImage
description: Java 17 GraalVM CE
- value: j17alpineImage
description: Java 17 Hotspot(Alpine)
- value: j11jdkImage
description: Java 11 JDK
- value: j11Image
description: Java 11 HotSpot
- value: j11j9Image
description: Java 11 OpenJ9
- value: j8Image
description: Java 8 HotSpot
- value: j8gceImage
description: Java 8 GraalVM CE
- value: j8jdkImage
description: Java 8 JDK
- value: j8j9Image
description: Java 8 OpenJ9
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true

View File

@@ -50,7 +50,6 @@ j8j9Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: 2023.1.0@sha256:c0d6473a7d23fb5cd6fd4776c4d3346c8266a217ada91362b87029f63e677cb4
pullPolicy: Always
imageSelector: image
service:
main:
ports:
@@ -81,6 +80,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
enabled: true

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: paperless-ngx
version: 1.0.6
version: 1.0.7
appVersion: "1.13.0"
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
type: application

View File

@@ -3,7 +3,6 @@
{{- $secretName := (printf "%s-paperlessng-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
{{- $paperlessprevious := lookup "v1" "Secret" .Release.Namespace $secretName }}
enabled: true
data:
{{- if $paperlessprevious }}
PAPERLESS_SECRET_KEY: {{ index $paperlessprevious.data "PAPERLESS_SECRET_KEY" | b64dec }}

View File

@@ -2,12 +2,14 @@ image:
repository: tccr.io/truecharts/paperless-ng
pullPolicy: IfNotPresent
tag: 1.13.0@sha256:f8836b6d50f6dad48fc4692ede49c56275677f3d387be76e560e285123e0b8e1
service:
main:
ports:
main:
targetPort: 8000
port: 10140
persistence:
data:
enabled: true
@@ -23,28 +25,43 @@ persistence:
redis:
enabled: true
redisUsername: default
cnpg:
main:
enabled: true
user: paperless-ng
database: paperless-ng
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
httpHeaders:
Host: localhost
startup:
type: http
httpHeaders:
Host: localhost
readiness:
type: http
httpHeaders:
Host: localhost
env:
PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
PAPERLESS_DATA_DIR: "/data/"

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/radarr
- https://github.com/Radarr/Radarr
type: application
version: 16.0.0
version: 16.0.1
annotations:
truecharts.org/catagories: |
- media

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/radarr
pullPolicy: IfNotPresent
tag: 4.3.2.6857@sha256:b51ca8472ed45f8979ef4bf86608449d620a7b698c718bbfc57dfbe20af8033a
tag: 4.4.4.7068@sha256:93c49f0b56ef596a21217e3a5b4d8bb00ff68efc08325f1101d65c24e3c2684e
service:
main:
ports:
@@ -25,21 +25,16 @@ workload:
probes:
readiness:
enabled: true
type: tcp
# FIXME: https://github.com/Radarr/Radarr/pull/8055
# Next release this will work
# type: http
# path: /ping
type: http
path: /ping
liveness:
enabled: true
type: tcp
# type: http
# path: /ping
type: http
path: /ping
startup:
enabled: true
type: tcp
# type: http
# path: /ping
type: http
path: /ping
env:
RADARR__PORT: "{{ .Values.service.main.ports.main.port }}"

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
- https://github.com/linuxserver/docker-rdesktop#readme
type: application
version: 4.0.6
version: 4.0.7
annotations:
truecharts.org/catagories: |
- desktops

View File

@@ -4,73 +4,73 @@ portals:
# Include{portalLink}
questions:
# Include{global}
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
# XFCE
- value: image
description: XFCE Alpine
- value: ubuntuXFCEImage
description: XFCE Ubuntu
- value: fedoraXFCEImage
description: XFCE Fedora
- value: archXFCEImage
description: XFCE Arch
# KDE
- value: alpineKDEImage
description: KDE Alpine
- value: ubuntuKDEImage
description: KDE Ubuntu
- value: fedoraKDEImage
description: KDE Fedora
- value: archKDEImage
description: KDE Arch
# Mate
- value: alpineMATEImage
description: Mate Alpine
- value: ubuntuMATEImage
description: Mate Ubuntu
- value: fedoraMATEImage
description: Mate Fedora
- value: archMATEImage
description: Mate Arch
# I3
- value: alpineI3Image
description: I3 Alpine
- value: ubuntuI3Image
description: I3 Ubuntu
- value: fedoraI3Image
description: I3 Fedora
- value: archI3Image
description: I3 Arch
# OpenBox
- value: alpineOpenBoxImage
description: OpenBox Alpine
- value: ubuntuOpenBoxImage
description: OpenBox Ubuntu
- value: fedoraOpenBoxImage
description: OpenBox Fedora
- value: archOpenBoxImage
description: OpenBox Arch
# OpenBox
- value: alpineICEWMImage
description: ICEWM Alpine
- value: ubuntuICEWMImage
description: ICEWM Ubuntu
- value: fedoraICEWMImage
description: ICEWM Fedora
- value: archICEWMImage
description: ICEWM Arch
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
# XFCE
- value: image
description: XFCE Alpine
- value: ubuntuXFCEImage
description: XFCE Ubuntu
- value: fedoraXFCEImage
description: XFCE Fedora
- value: archXFCEImage
description: XFCE Arch
# KDE
- value: alpineKDEImage
description: KDE Alpine
- value: ubuntuKDEImage
description: KDE Ubuntu
- value: fedoraKDEImage
description: KDE Fedora
- value: archKDEImage
description: KDE Arch
# Mate
- value: alpineMATEImage
description: Mate Alpine
- value: ubuntuMATEImage
description: Mate Ubuntu
- value: fedoraMATEImage
description: Mate Fedora
- value: archMATEImage
description: Mate Arch
# I3
- value: alpineI3Image
description: I3 Alpine
- value: ubuntuI3Image
description: I3 Ubuntu
- value: fedoraI3Image
description: I3 Fedora
- value: archI3Image
description: I3 Arch
# OpenBox
- value: alpineOpenBoxImage
description: OpenBox Alpine
- value: ubuntuOpenBoxImage
description: OpenBox Ubuntu
- value: fedoraOpenBoxImage
description: OpenBox Fedora
- value: archOpenBoxImage
description: OpenBox Arch
# OpenBox
- value: alpineICEWMImage
description: ICEWM Alpine
- value: ubuntuICEWMImage
description: ICEWM Ubuntu
- value: fedoraICEWMImage
description: ICEWM Fedora
- value: archICEWMImage
description: ICEWM Arch
# Include{containerBasic}

View File

@@ -94,7 +94,12 @@ archICEWMImage:
repository: tccr.io/truecharts/rdesktop-arch-icewm
tag: latest@sha256:e7c1e505662d3485d09bdde575df0ea150ae3893c8c3816390d157f5853612d1
pullPolicy: Always
imageSelector: image
workload:
main:
podSpec:
containers:
main:
imageSelector: image
service:
main:
ports:

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/transmission
- https://github.com/transmission/transmission
type: application
version: 16.0.7
version: 16.0.8
annotations:
truecharts.org/catagories: |
- download-tools

View File

@@ -4,5 +4,12 @@
{{/* Set it to the same port as "torrent" service/port */}}
{{- $_ := set $.Values.service.torrent.ports.torrentudp "port" .Values.service.torrent.ports.torrent.port -}}
{{- if .Values.workload.main.podSpec.containers.main.env.TRANSMISSION_RPC_AUTHENTICATION_REQUIRED -}}
{{- $headers := (dict "Authorization" (printf "Basic %s" (printf "%s:%s" .Values.workload.main.podSpec.containers.main.env.TRANSMISSION_RPC_USERNAME .Values.workload.main.podSpec.containers.main.env.TRANSMISSION_RPC_PASSWORD | b64enc))) -}}
{{- $_ := set $.Values.workload.main.podSpec.containers.main.probes.liveness "httpHeaders" $headers -}}
{{- $_ := set $.Values.workload.main.podSpec.containers.main.probes.readiness "httpHeaders" $headers -}}
{{- $_ := set $.Values.workload.main.podSpec.containers.main.probes.startup "httpHeaders" $headers -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@@ -27,6 +27,7 @@ portal:
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/webtop
- https://github.com/linuxserver/docker-webtop#readme
type: application
version: 5.0.6
version: 5.0.7
annotations:
truecharts.org/catagories: |
- Tools-Utilities

View File

@@ -4,77 +4,74 @@ portals:
# Include{portalLink}
questions:
# Include{global}
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
# XFCE
- value: image
description: XFCE Alpine
- value: ubuntuXFCEImage
description: XFCE Ubuntu
- value: fedoraXFCEImage
description: XFCE Fedora
- value: archXFCEImage
description: XFCE Arch
# KDE
- value: alpineKDEImage
description: KDE Alpine
- value: ubuntuKDEImage
description: KDE Ubuntu
- value: fedoraKDEImage
description: KDE Fedora
- value: archKDEImage
description: KDE Arch
# Mate
- value: alpineMATEImage
description: Mate Alpine
- value: ubuntuMATEImage
description: Mate Ubuntu
- value: fedoraMATEImage
description: Mate Fedora
- value: archMATEImage
description: Mate Arch
# I3
- value: alpineI3Image
description: I3 Alpine
- value: ubuntuI3Image
description: I3 Ubuntu
- value: fedoraI3Image
description: I3 Fedora
- value: archI3Image
description: I3 Arch
# OpenBox
- value: alpineOpenBoxImage
description: OpenBox Alpine
- value: ubuntuOpenBoxImage
description: OpenBox Ubuntu
- value: fedoraOpenBoxImage
description: OpenBox Fedora
- value: archOpenBoxImage
description: OpenBox Arch
# OpenBox
- value: alpineICEWMImage
description: ICEWM Alpine
- value: ubuntuICEWMImage
description: ICEWM Ubuntu
- value: fedoraICEWMImage
description: ICEWM Fedora
- value: archICEWMImage
description: ICEWM Arch
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: Select Image
schema:
type: string
default: image
enum:
# XFCE
- value: image
description: XFCE Alpine
- value: ubuntuXFCEImage
description: XFCE Ubuntu
- value: fedoraXFCEImage
description: XFCE Fedora
- value: archXFCEImage
description: XFCE Arch
# KDE
- value: alpineKDEImage
description: KDE Alpine
- value: ubuntuKDEImage
description: KDE Ubuntu
- value: fedoraKDEImage
description: KDE Fedora
- value: archKDEImage
description: KDE Arch
# Mate
- value: alpineMATEImage
description: Mate Alpine
- value: ubuntuMATEImage
description: Mate Ubuntu
- value: fedoraMATEImage
description: Mate Fedora
- value: archMATEImage
description: Mate Arch
# I3
- value: alpineI3Image
description: I3 Alpine
- value: ubuntuI3Image
description: I3 Ubuntu
- value: fedoraI3Image
description: I3 Fedora
- value: archI3Image
description: I3 Arch
# OpenBox
- value: alpineOpenBoxImage
description: OpenBox Alpine
- value: ubuntuOpenBoxImage
description: OpenBox Ubuntu
- value: fedoraOpenBoxImage
description: OpenBox Fedora
- value: archOpenBoxImage
description: OpenBox Arch
# OpenBox
- value: alpineICEWMImage
description: ICEWM Alpine
- value: ubuntuICEWMImage
description: ICEWM Ubuntu
- value: fedoraICEWMImage
description: ICEWM Fedora
- value: archICEWMImage
description: ICEWM Arch
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true

View File

@@ -94,7 +94,6 @@ archICEWMImage:
repository: tccr.io/truecharts/webtop-arch-icewm
tag: latest@sha256:094c9bc41070551ab5a9e76ac33c294285865d0c5d844d11826a7647ad14a3fa
pullPolicy: Always
imageSelector: image
service:
main:
ports:
@@ -119,6 +118,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
env:
KEYBOARD: "en-us-qwerty"
CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"