From 0e5337d76219647d67993df7f1d36c2f7afc9faf Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 14 Dec 2025 07:43:12 -0600 Subject: [PATCH] update --- infra/portainer/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/portainer/templates/ingress.yaml b/infra/portainer/templates/ingress.yaml index 9d6f0fb..c1e0e38 100644 --- a/infra/portainer/templates/ingress.yaml +++ b/infra/portainer/templates/ingress.yaml @@ -6,7 +6,7 @@ spec: entryPoints: - websecure routes: - - match: Host(`portainer.durp.info`) && PathPrefix(`/`) + - match: Host(`portainer.internal.durp.info`) && PathPrefix(`/`) kind: Rule services: - name: portainer