Skip to content

Commit

Permalink
fix: service port for ingress (#1846)
Browse files Browse the repository at this point in the history
Signed-off-by: OMPRAKASH MISHRA <omprakashmishra3978@gmail.com>
  • Loading branch information
mishraomp authored Mar 1, 2024
1 parent df70ce3 commit a4cb72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ spec:
service:
name: {{ include "frontend.fullname" . }}
port:
number: 3000
number: 80
{{- end }}
2 changes: 1 addition & 1 deletion charts/quickstart-openshift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ frontend:
targetPort: 3003
protocol: TCP
name: metrics
ingres:
ingress:
annotations:
route.openshift.io/termination: "edge"

Expand Down

0 comments on commit a4cb72b

Please sign in to comment.