You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/quickstart-openshift/values.yaml
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -105,14 +105,9 @@ frontend:
105
105
targetPort: 3003
106
106
protocol: TCP
107
107
name: metrics
108
-
#-- the route for the component. it is optional and is an object. To make the application accessible from internet, use the route.
109
-
route:
110
-
#-- enable or disable the route.
111
-
enabled: true
112
-
#-- the hostname for the route. this will be the URL for the application, you can access by https://{{ .Release.Name }}-frontend.{{ .Values.global.domain }}
0 commit comments