Added rustdesk
All checks were successful
Check with kubeconform / lint (push) Successful in 18s

This commit is contained in:
Ultradesu
2025-07-18 14:47:26 +03:00
parent 24d4d34733
commit 196d53a5a9
8 changed files with 348 additions and 9 deletions

View File

@@ -0,0 +1,26 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: rustdesk-web
namespace: rustdesk
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd
spec:
ingressClassName: traefik
tls:
- hosts:
- rd.hexor.cy
secretName: rustdesk-tls
rules:
- host: rd.hexor.cy
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: rustdesk-web
port:
number: 21118