We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df70ce3 commit a4cb72bCopy full SHA for a4cb72b
2 files changed
charts/quickstart-openshift/templates/frontend/templates/ingress.yaml
@@ -23,5 +23,5 @@ spec:
23
service:
24
name: {{ include "frontend.fullname" . }}
25
port:
26
- number: 3000
+ number: 80
27
{{- end }}
charts/quickstart-openshift/values.yaml
@@ -105,7 +105,7 @@ frontend:
105
targetPort: 3003
106
protocol: TCP
107
name: metrics
108
- ingres:
+ ingress:
109
annotations:
110
route.openshift.io/termination: "edge"
111
0 commit comments