From 03fcc68993d02298b4b5a8f695eecbe71c403ff0 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Mon, 12 Jun 2023 10:08:01 +0200 Subject: [PATCH] DEV-947 Reactivate technical domain for worpdress --- values_cusprod.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 15a48de..5e70d7e 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -127,17 +127,22 @@ smardigo-wordpress: wordpress: nameOverride: wordpress-thgquotenservice multisite: - host: thgquotenservice.de + host: connect-wordpress-cusprod-prodwork01.smardigo.digital customPostInitScripts: install-plugins.sh: | #!/bin/bash wp plugin install https://updraftplus.com/wp-content/uploads/updraftplus.zip --activate-network ingress: - hostname: thgquotenservice.de + hostname: connect-wordpress-cusprod-prodwork01.smardigo.digital extraHosts: + - name: "thgquotenservice.de" + path: / - name: "*.thgquotenservice.de" path: / extraTls: + - hosts: + - "thgquotenservice.de" + secretName: "thgquotenservice-de-tls" - hosts: - "*.thgquotenservice.de" secretName: "thgquotenservice-de-wildcard-tls"