From df4f6d561653db964be4fb3c275367b94d73e733 Mon Sep 17 00:00:00 2001 From: DjCoke Date: Sun, 8 Sep 2024 17:42:15 +0200 Subject: [PATCH] Update ingress.yaml Correctly call the Dashboard GUI via its newly made service --- Pihole/Kubernetes/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pihole/Kubernetes/ingress.yaml b/Pihole/Kubernetes/ingress.yaml index a9d6249..12f4041 100644 --- a/Pihole/Kubernetes/ingress.yaml +++ b/Pihole/Kubernetes/ingress.yaml @@ -13,7 +13,7 @@ spec: - match: Host(`pihole.yourdomain.co.uk`) kind: Rule services: - - name: pihole + - name: pihole-web port: 80 middlewares: - name: default-headers