Skip to content

Commit

Permalink
fix(hostnames): remove landing fomr hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
gmintoco committed Dec 6, 2021
1 parent 44bfa89 commit c1093d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions deploy/env/dev/values.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
hostname: www-dev.greenpeace.org
hostname: landing-dev.greenpeace.org
environment: development
api: >
https://www-stage.greenpeace.org/international/
Expand All @@ -10,7 +10,6 @@ ingress:
hosts:
- name: www-dev.greenpeace.org
path: global
- name: landing-dev.greenpeace.org
- name: landing-dev.greenpeace.org
path: global
openresty:
Expand Down
3 changes: 1 addition & 2 deletions deploy/env/prod/values.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
hostname: www.greenpeace.org
hostname: landing.greenpeace.org
environment: production
api: >
https://www.greenpeace.org/international/wp-content/
Expand All @@ -10,7 +10,6 @@ ingress:
hosts:
- name: www.greenpeace.org
path: global
- name: landing.greenpeace.org
- name: landing.greenpeace.org
path: global
- name: landing-stage.greenpeace.org
Expand Down

0 comments on commit c1093d8

Please sign in to comment.