diff --git a/deploy/env/dev/values.yml b/deploy/env/dev/values.yml index e821962..e17e8c3 100644 --- a/deploy/env/dev/values.yml +++ b/deploy/env/dev/values.yml @@ -1,18 +1,15 @@ --- -hostname: dev.landing.p4.greenpeace.org +hostname: www-dev.greenpeace.org environment: development api: > https://www-stage.greenpeace.org/international/ wp-content/themes/planet4-master-theme/templates/countries.json static: > - https://dev.landing.p4.greenpeace.org/global/static/ + https://www-dev.greenpeace.org/global/static/ ingress: hosts: - name: www-dev.greenpeace.org path: global - - name: dev.landing.p4.greenpeace.org - - name: dev.landing.p4.greenpeace.org - path: global openresty: cloudflare: enabled: true diff --git a/deploy/env/prod/values.yml b/deploy/env/prod/values.yml index 64ece92..f4ef789 100644 --- a/deploy/env/prod/values.yml +++ b/deploy/env/prod/values.yml @@ -1,5 +1,5 @@ --- -hostname: landing.p4.greenpeace.org +hostname: www.greenpeace.org environment: production api: > https://www.greenpeace.org/international/wp-content/ @@ -10,11 +10,8 @@ ingress: hosts: - name: www.greenpeace.org path: global - - name: landing.p4.greenpeace.org - - name: landing.p4.greenpeace.org - path: global - - name: stage.landing.p4.greenpeace.org - - name: stage.landing.p4.greenpeace.org + - name: www-stage.greenpeace.org + - name: www-stage.greenpeace.org path: global minReplicaCount: 2 maxReplicaCount: 5