From b84795b53c7b8692b783dbb9ba03749c84e07fac Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Thu, 10 Oct 2024 11:02:19 -0500 Subject: [PATCH] Codify new aggregation deploy scheme (#381) --- kubernetes/ingress/zooniverse.org.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/kubernetes/ingress/zooniverse.org.yaml b/kubernetes/ingress/zooniverse.org.yaml index cf85a46..5bb3083 100644 --- a/kubernetes/ingress/zooniverse.org.yaml +++ b/kubernetes/ingress/zooniverse.org.yaml @@ -110,6 +110,16 @@ spec: name: http-frontend port: number: 80 + - host: aggregation-staging.zooniverse.org + http: + paths: + - pathType: Prefix + path: / + backend: + service: + name: aggregation-staging-app + port: + number: 80 - host: aggregation-caesar.zooniverse.org http: paths: @@ -117,7 +127,7 @@ spec: path: / backend: service: - name: aggregation-caesar + name: aggregation-production-app port: number: 80 - host: caesar-staging.zooniverse.org