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