From 7edd9b2e05ff4ad39ffe4fb06cc1df8bf41c6304 Mon Sep 17 00:00:00 2001 From: OMPRAKASH MISHRA Date: Fri, 1 Mar 2024 11:34:25 -0800 Subject: [PATCH 1/2] fix: service port for ingress Signed-off-by: OMPRAKASH MISHRA --- .../templates/frontend/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/quickstart-openshift/templates/frontend/templates/ingress.yaml b/charts/quickstart-openshift/templates/frontend/templates/ingress.yaml index 1dbd42489..43ddd6adf 100644 --- a/charts/quickstart-openshift/templates/frontend/templates/ingress.yaml +++ b/charts/quickstart-openshift/templates/frontend/templates/ingress.yaml @@ -23,5 +23,5 @@ spec: service: name: {{ include "frontend.fullname" . }} port: - number: 3000 + number: 80 {{- end }} From 8609f3512a80414e6e367b4e794d14428c566b33 Mon Sep 17 00:00:00 2001 From: OMPRAKASH MISHRA Date: Fri, 1 Mar 2024 11:39:29 -0800 Subject: [PATCH 2/2] fix ingress annotations Signed-off-by: OMPRAKASH MISHRA --- charts/quickstart-openshift/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/quickstart-openshift/values.yaml b/charts/quickstart-openshift/values.yaml index 80240f1b4..db8c07d96 100644 --- a/charts/quickstart-openshift/values.yaml +++ b/charts/quickstart-openshift/values.yaml @@ -105,7 +105,7 @@ frontend: targetPort: 3003 protocol: TCP name: metrics - ingres: + ingress: annotations: route.openshift.io/termination: "edge"