From 5fe6f5fa01e05d06dcfcd9a52a33558c68ca2d69 Mon Sep 17 00:00:00 2001 From: titver968 Date: Mon, 30 Dec 2024 10:24:20 +0100 Subject: [PATCH] wordpressScheme --- argocd/apps/wordpress/wordpress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/apps/wordpress/wordpress.yaml b/argocd/apps/wordpress/wordpress.yaml index 282fe72..6a598ca 100644 --- a/argocd/apps/wordpress/wordpress.yaml +++ b/argocd/apps/wordpress/wordpress.yaml @@ -45,6 +45,8 @@ spec: value: 'true' - name: wordpressExtraConfigContent value: '$_SERVER["HTTPS"] = "on";' + - name: wordpressScheme + value: 'https' destination: namespace: wordpress server: 'https://kubernetes.default.svc'