Skip to content

Commit a4cb72b

Browse files
authored
fix: service port for ingress (#1846)
Signed-off-by: OMPRAKASH MISHRA <[email protected]>
1 parent df70ce3 commit a4cb72b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/quickstart-openshift/templates/frontend/templates/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ spec:
2323
service:
2424
name: {{ include "frontend.fullname" . }}
2525
port:
26-
number: 3000
26+
number: 80
2727
{{- end }}

charts/quickstart-openshift/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ frontend:
105105
targetPort: 3003
106106
protocol: TCP
107107
name: metrics
108-
ingres:
108+
ingress:
109109
annotations:
110110
route.openshift.io/termination: "edge"
111111

0 commit comments

Comments
 (0)