From 868b2277336f8b5bc01b3e654580490ea16bf382 Mon Sep 17 00:00:00 2001 From: titver968 Date: Mon, 30 Dec 2024 10:19:22 +0100 Subject: [PATCH] wordpress extraconfig --- 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 c6b04a0..282fe72 100644 --- a/argocd/apps/wordpress/wordpress.yaml +++ b/argocd/apps/wordpress/wordpress.yaml @@ -43,6 +43,8 @@ spec: value: 'bn_wpInnoUSER' - name: mariadb.primary.persistence.enabled value: 'true' + - name: wordpressExtraConfigContent + value: '$_SERVER["HTTPS"] = "on";' destination: namespace: wordpress server: 'https://kubernetes.default.svc'