From 87f07d61a3edb2a2721a3e31444ad5fb9da4407e Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 22 Oct 2024 13:25:14 +0200 Subject: [PATCH] fixed ingress manifest --- manifests/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/ingress.yaml b/manifests/ingress.yaml index 38f1083..54653be 100644 --- a/manifests/ingress.yaml +++ b/manifests/ingress.yaml @@ -362,7 +362,7 @@ spec: app.kubernetes.io/component: controller app.kubernetes.io/instance: ingress-nginx app.kubernetes.io/name: ingress-nginx - type: Ingress + type: LoadBalancer --- apiVersion: v1 kind: Service