From ce0243cbb060d896bc84b2aceb4a17c5ab7e4284 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 14:28:18 +0200 Subject: [PATCH] Add host specification to Traefik ingress rule for app-test-1 --- app-test-1/app-test-1.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-test-1/app-test-1.yaml b/app-test-1/app-test-1.yaml index 9aec65b..6466b32 100644 --- a/app-test-1/app-test-1.yaml +++ b/app-test-1/app-test-1.yaml @@ -51,7 +51,8 @@ metadata: traefik.ingress.kubernetes.io/router.entrypoints: web spec: rules: - - http: + - host: test.noxxos.nl + http: paths: - path: / pathType: Prefix