From 03fcc68993d02298b4b5a8f695eecbe71c403ff0 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Mon, 12 Jun 2023 10:08:01 +0200 Subject: [PATCH 1/2] 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" From 0b2e902d3cdcdaf45973150091b99ad648676f46 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Mon, 12 Jun 2023 10:10:51 +0200 Subject: [PATCH 2/2] DEV-947 Add NGINX proxy to admin ip whitelist --- values_cusprod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 5e70d7e..8f55745 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -175,7 +175,7 @@ egeld24-wordpress: annotations: cert-manager.io/cluster-issuer: letsencrypt-prod-http nginx.ingress.kubernetes.io/whitelist-source-range: "0.0.0.0/0" - customIpWhitelist: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,92.42.192.157/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32" + customIpWhitelist: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,92.42.192.157/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32,157.90.234.149/32" commonLabels: app: wordpress project: egeld24