Skip to content

Commit

Permalink
Merge pull request #37 from greenpeace/PLANET-6310
Browse files Browse the repository at this point in the history
update hostnames
  • Loading branch information
jencub authored Sep 22, 2021
2 parents dd992ba + f6be216 commit 264e4e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
7 changes: 2 additions & 5 deletions deploy/env/dev/values.yml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 3 additions & 6 deletions deploy/env/prod/values.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
hostname: landing.p4.greenpeace.org
hostname: www.greenpeace.org
environment: production
api: >
https://www.greenpeace.org/international/wp-content/
Expand All @@ -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
Expand Down

0 comments on commit 264e4e3

Please sign in to comment.