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
Ask your question: What is the preferred way to enable additional paths in the ingress declaration to be accepted?
I am orchestrating code-server and wanting to open an additional path on the ingress for some react development. So I created an additionalService for the react port.
service:
additionalServices:
- enabled: true
nameSuffix: react
type: ClusterIP
# Specify the default port information
port:
port: 3000
# name defaults to http
name: http-react
protocol: TCP
# targetPort defaults to http
targetPort: 3000
# nodePort:
additionalPorts: []
annotations: {}
labels: {}
Details
Ask your question: What is the preferred way to enable additional paths in the ingress declaration to be accepted?
I am orchestrating code-server and wanting to open an additional path on the ingress for some react development. So I created an additionalService for the react port.
Then I created a path in the ingress for this:
No matter what I configure in the backend section, helm outputs:
Thoughts?
The text was updated successfully, but these errors were encountered: