diff --git a/charts/incubator/rustdesk/.helmignore b/charts/incubator/rustdesk/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/rustdesk/.helmignore @@ -0,0 +1,32 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png +icon.webp +icon-small.webp diff --git a/charts/incubator/rustdesk/CHANGELOG.md b/charts/incubator/rustdesk/CHANGELOG.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/charts/incubator/rustdesk/Chart.yaml b/charts/incubator/rustdesk/Chart.yaml new file mode 100644 index 00000000000..8a54907c07e --- /dev/null +++ b/charts/incubator/rustdesk/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/category: security + truecharts.org/max_helm_version: "3.15" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 1.32.2 +dependencies: + - name: common + version: 25.1.5 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: rustdesk self-hosted +home: https://truecharts.org/charts/incubator/rustdesk +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustdesk.webp +keywords: + - rustdesk +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rustdesk +sources: + - https://rustdesk.com/de/ + - https://github.com/rustdesk/rustdesk-server + - https://github.com/truecharts/charts/tree/master/charts/incubator/rustdesk +type: application +version: 0.0.1 diff --git a/charts/incubator/rustdesk/README.md b/charts/incubator/rustdesk/README.md new file mode 100644 index 00000000000..2b8cc49d247 --- /dev/null +++ b/charts/incubator/rustdesk/README.md @@ -0,0 +1,3 @@ +--- +title: README +--- diff --git a/charts/incubator/rustdesk/icon.png b/charts/incubator/rustdesk/icon.png new file mode 100644 index 00000000000..5c2b8f844c2 Binary files /dev/null and b/charts/incubator/rustdesk/icon.png differ diff --git a/charts/incubator/rustdesk/templates/NOTES.txt b/charts/incubator/rustdesk/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/rustdesk/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/rustdesk/templates/common.yaml b/charts/incubator/rustdesk/templates/common.yaml new file mode 100644 index 00000000000..992373e7501 --- /dev/null +++ b/charts/incubator/rustdesk/templates/common.yaml @@ -0,0 +1,2 @@ + +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/rustdesk/values.yaml b/charts/incubator/rustdesk/values.yaml new file mode 100644 index 00000000000..9644267afd5 --- /dev/null +++ b/charts/incubator/rustdesk/values.yaml @@ -0,0 +1,50 @@ +image: + repository: docker.io/rustdesk/rustdesk-server-s6 + pullPolicy: IfNotPresent + tag: 1.1.12@sha256:d37e4e44f3237fb9f8a49f0308ddd34bfe93b04375e67b0fecdae01e705f4189 +workload: + main: + podSpec: + containers: + main: + env: + RELAY: "localhost:21117" + ENCRYPTED_ONLY: 1 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + client1: + enabled: true + port: 21118 + protocol: tcp + client2: + enabled: true + port: 21119 + protocol: tcp + id: + enabled: true + port: 21116 + protocol: udp + main: + primary: true + enalbed: true + port: 21117 + protocol: tcp + nat: + enabled: true + port: 21115 + protocol: tcp + tcp: + enabled: true + port: 21116 + protocol: tcp +persistence: + data: + enabled: true + mountPath: /data