diff --git a/kube/boost/values-cppal-dev-gke.yaml b/kube/boost/values-cppal-dev-gke.yaml index a6d384ec..31e1e7c6 100644 --- a/kube/boost/values-cppal-dev-gke.yaml +++ b/kube/boost/values-cppal-dev-gke.yaml @@ -21,7 +21,7 @@ initCommands: - name: collectstatic command: ./manage.py collectstatic --noinput -publicFqdn: &fqdn cppal-dev.boost.cpp.al +publicFqdn: &fqdn cppal-dev.boost.cppalliance.org Env: - name: DJANGO_SETTINGS_MODULE @@ -54,9 +54,9 @@ Env: - name: DJANGO_FQDN value: *fqdn - name: ALLOWED_HOSTS - value: "cppal-dev.boost.cpp.al, www.cppal-dev.boost.cpp.al" + value: "cppal-dev.boost.cppalliance.org, www.cppal-dev.boost.cppalliance.org" - name: CSRF_TRUSTED_ORIGINS - value: "http://0.0.0.0, http://localhost, https://cppal-dev.boost.cpp.al, https://www.cppal-dev.boost.cpp.al" + value: "http://0.0.0.0, http://localhost, https://cppal-dev.boost.cppalliance.org, https://www.cppal-dev.boost.cppalliance.org" # silence django deprecation warnings - name: PYTHONWARNINGS diff --git a/kube/boost/values-production-gke.yaml b/kube/boost/values-production-gke.yaml index 90ee3bd5..9a88064c 100644 --- a/kube/boost/values-production-gke.yaml +++ b/kube/boost/values-production-gke.yaml @@ -21,7 +21,7 @@ initCommands: - name: collectstatic command: ./manage.py collectstatic --noinput -publicFqdn: &fqdn boost.cpp.al +publicFqdn: &fqdn boost.cppalliance.org Env: - name: DJANGO_SETTINGS_MODULE @@ -54,9 +54,9 @@ Env: - name: DJANGO_FQDN value: *fqdn - name: ALLOWED_HOSTS - value: "boost.cpp.al, www.boost.cpp.al" + value: "boost.cppalliance.org, www.boost.cppalliance.org" - name: CSRF_TRUSTED_ORIGINS - value: "http://0.0.0.0, http://localhost, https://boost.cpp.al, https://www.boost.cpp.al" + value: "http://0.0.0.0, http://localhost, https://boost.cppalliance.org, https://www.boost.cppalliance.org" # silence django deprecation warnings - name: PYTHONWARNINGS diff --git a/kube/boost/values-stage-gke.yaml b/kube/boost/values-stage-gke.yaml index cc4a3382..62918567 100644 --- a/kube/boost/values-stage-gke.yaml +++ b/kube/boost/values-stage-gke.yaml @@ -21,7 +21,7 @@ initCommands: - name: collectstatic command: ./manage.py collectstatic --noinput -publicFqdn: &fqdn stage.boost.cpp.al +publicFqdn: &fqdn stage.boost.cppalliance.org Env: - name: DJANGO_SETTINGS_MODULE @@ -54,9 +54,9 @@ Env: - name: DJANGO_FQDN value: *fqdn - name: ALLOWED_HOSTS - value: "stage.boost.cpp.al, www.stage.boost.cpp.al" + value: "stage.boost.cppalliance.org, www.stage.boost.cppalliance.org" - name: CSRF_TRUSTED_ORIGINS - value: "http://0.0.0.0, http://localhost, https://stage.boost.cpp.al, https://www.stage.boost.cpp.al" + value: "http://0.0.0.0, http://localhost, https://stage.boost.cppalliance.org, https://www.stage.boost.cppalliance.org" # silence django deprecation warnings - name: PYTHONWARNINGS