feat(rustdesk): Add rustdesk (#28908)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [x] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
alfi0812
2024-11-06 17:47:48 +01:00
committed by GitHub
parent 96a78de7c0
commit e8fd9d43f7
8 changed files with 121 additions and 0 deletions
+32
View File
@@ -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
+33
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
---
title: README
---
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -0,0 +1,2 @@
{{ include "tc.v1.common.loader.all" . }}
+50
View File
@@ -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