From 69c24f2c1e8bb16f42a7803f0b88c8e6aa200d08 Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Fri, 1 Nov 2024 09:13:56 +0100 Subject: [PATCH] ingress.tls - false --- argocd/apps/wordpress/wordpress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/wordpress/wordpress.yaml b/argocd/apps/wordpress/wordpress.yaml index ebe9061..585da30 100644 --- a/argocd/apps/wordpress/wordpress.yaml +++ b/argocd/apps/wordpress/wordpress.yaml @@ -16,7 +16,7 @@ spec: - name: ingress.hostname value: 'www.innovation-hub-niedersachsen.de' - name: ingress.tls - value: 'true' + value: 'false' - name: 'ingress.tls[0].hosts[0]' value: 'www.innovation-hub-niedersachsen.de' - name: 'ingress.tls[0].secretName'