We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message:
Ingress.networking.k8s.io "apisix-control" is invalid: spec.rules[0].http.paths[0].backend: Required value: port name or number is required
There is an inconsistency between the values.yaml and the chart template.
.Values.control.servicePort
.Values.control.service.servicePort
Your decision which way it should be fixed/added/commented. Workaround is to define this value as control.servicePort in the custom values.yaml
control.servicePort
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error message:
There is an inconsistency between the values.yaml and the chart template.
.Values.control.servicePort
.Values.control.service.servicePort
Your decision which way it should be fixed/added/commented. Workaround is to define this value as
control.servicePort
in the custom values.yamlThe text was updated successfully, but these errors were encountered: