From f021d0344375fcbcd39a96cc549cc58fc9215c18 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 21 Jan 2022 02:53:43 +0100 Subject: [PATCH] fix(ingress-nginx): Disable default backend Currently the ingress controller is complaining about being unable to find the default backend, maybe disabling it, will it make go away, being disabled is the default. --- infrastructure/ingress-nginx/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/ingress-nginx/release.yaml b/infrastructure/ingress-nginx/release.yaml index f2cdaf1fb..ac83ee57f 100644 --- a/infrastructure/ingress-nginx/release.yaml +++ b/infrastructure/ingress-nginx/release.yaml @@ -356,7 +356,7 @@ spec: ## defaultBackend: ## - enabled: true + enabled: false name: defaultbackend image: -- GitLab