From 5124b6cc39594e0b05dc061893a9bc33d515fd39 Mon Sep 17 00:00:00 2001 From: Trevor Richards Date: Wed, 13 Nov 2024 19:37:53 -0800 Subject: [PATCH] fix: missing HOST_ROUTE --- tools/openshift/nginx.deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/openshift/nginx.deployment.yaml b/tools/openshift/nginx.deployment.yaml index a560ac0f..bd0aa8c0 100644 --- a/tools/openshift/nginx.deployment.yaml +++ b/tools/openshift/nginx.deployment.yaml @@ -165,6 +165,9 @@ parameters: - name: APP_ENVIRONMENT description: The environment being created ('dev', 'qa', 'uat', 'prod') required: true +- name: HOST_ROUTE + description: The internal route for routing nginx traffic + required: true - name: NGINX_IMAGE description: The nginx docker image to use required: true