|
|
|
|
@ -39,7 +39,6 @@ tenant:
|
|
|
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
|
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
|
|
|
|
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
|
|
|
|
nginx.ingress.kubernetes.io/whitelist-source-range: "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"
|
|
|
|
|
host: s3storage-nsodev-prodwork01.smardigo.digital
|
|
|
|
|
tls:
|
|
|
|
|
- secretName: s3-miniotest-cert
|
|
|
|
|
@ -103,13 +102,10 @@ smardigo-wordpress:
|
|
|
|
|
value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene"
|
|
|
|
|
- name: SK_NRW_PROVIDER_URL
|
|
|
|
|
value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene"
|
|
|
|
|
- name: ALTERNATE_WP_CRON
|
|
|
|
|
value: "1"
|
|
|
|
|
customPostInitScripts:
|
|
|
|
|
install-plugins.sh: |
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
wp plugin install updraftplus --activate-network
|
|
|
|
|
wp plugin install https://updraftplus.com/wp-content/uploads/updraftplus.zip --activate-network
|
|
|
|
|
ingress:
|
|
|
|
|
hostname: connect-wordpress-nsodev-prodwork01.smardigo.digital
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|