From 86416a9de9bc20329c269cf5be5a811fb5194e71 Mon Sep 17 00:00:00 2001 From: HDW Date: Sun, 26 Apr 2026 10:40:31 +0200 Subject: [PATCH] push external --- apps/warthunder/app-ingress.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 apps/warthunder/app-ingress.yaml diff --git a/apps/warthunder/app-ingress.yaml b/apps/warthunder/app-ingress.yaml new file mode 100644 index 0000000..bfbdbc1 --- /dev/null +++ b/apps/warthunder/app-ingress.yaml @@ -0,0 +1,19 @@ +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: wt-tracker-ingress + namespace: warthunder + annotations: + traefik.ingress.kubernetes.io/router.entrypoints: web +spec: + rules: + - host: wt.unreg-hdw.de # Deine gewünschte Domain + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: wt-tracker-service # Dein Service-Name + port: + number: 8501