rustdesk helm update

This commit is contained in:
Philip Haupt
2025-09-03 15:16:59 +02:00
parent af3392ab5a
commit 0ef5716824
3 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: rustdesk-server-oss
repo: https://schich.tel/helm-charts
version: 0.2.2
version: 0.2.3
releaseName: rustdesk
includeCRDs: true
namespace: rustdesk

View File

@@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: docker.io/rustdesk/rustdesk-server
pullPolicy: IfNotPresent
tag: 1.1.14
tag: null
imagePullSecrets: []
nameOverride: ""
@@ -24,16 +24,16 @@ securityContext: {}
service:
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 192.168.0.182
externalTrafficPolicy: Cluster
loadBalancerIP: null
enableWebClientSupport: false
annotations:
io.cilium/lb-ipam-ips: 192.168.0.182
hbbr:
replayPort:
port: 21117
targetPort: 21117
clientPort:
enable: false
port: 21119
targetPort: 21119
hbbs:
@@ -49,7 +49,6 @@ service:
webPort:
port: 21118
targetPort: 21118
enable: false
ingress:
enabled: false
@@ -105,3 +104,4 @@ nodeSelector: {}
tolerations: []
affinity: {}