Skip to content

Commit bf80339

Browse files
committed
Revert "feat(kustomization/epp): add additional headers to live ingresses in preparation for merging elifesciences/enhanced-preprints-client#2073"
This reverts commit 48543d1.
1 parent 34f988d commit bf80339

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

deployments/epp/biophysics-colab/ingress.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ kind: Ingress
33
metadata:
44
name: epp
55
namespace: epp--biophysics-colab
6-
annotations:
7-
nginx.ingress.kubernetes.io/configuration-snippet: |
8-
more_clear_input_headers "x-epp-brand: biophysics_colab";
96
labels:
107
app_name: epp
118
app_env: prod

deployments/epp/prod/epp-kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ spec:
3131
substitute:
3232
site_name: elife
3333
app_env: prod
34-
app_brand: elife
3534
app_hostname: prod--epp.elifesciences.org
3635
data_hub_api: https://data-hub-api.elifesciences.org/enhanced-preprints/docmaps/v2/by-publisher/elife/get-by-manuscript-id?manuscript_id=
3736
storybook_hostname: prod--epp-storybook.elifesciences.org

deployments/epp/staging/epp-kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ spec:
3131
substitute:
3232
site_name: elife
3333
app_env: staging
34-
app_brand: default
3534
app_hostname: staging--epp.elifesciences.org
3635
data_hub_api: https://data-hub-api--stg.elifesciences.org/enhanced-preprints/docmaps/v2/by-publisher/elife/get-by-manuscript-id?manuscript_id=
3736
storybook_hostname: staging--epp-storybook.elifesciences.org

kustomizations/apps/epp/ingress.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ kind: Ingress
33
metadata:
44
name: epp
55
namespace: epp
6-
annotations:
7-
nginx.ingress.kubernetes.io/configuration-snippet: |
8-
more_clear_input_headers "x-epp-brand: ${app_brand}";
96
spec:
107
rules:
118
- host: ${app_hostname}

0 commit comments

Comments
 (0)