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
By default the Ingress use the https port to interact with the service. Becose the value httpsPort is set by default to 443.
And if we want to disable it, with a null, to force the Ingress to use httpPort we got this error:
Error: UPGRADE FAILED: cannot patch "flipt" with kind Service: Service "flipt" is invalid: spec.ports[1].port: Invalid value: 0: must be between 1 and 65535, inclusive
The service allways configure https port, so if set to null this create an error.
By default the Ingress use the https port to interact with the service. Becose the value
httpsPort
is set by default to 443.And if we want to disable it, with a
null
, to force the Ingress to usehttpPort
we got this error:The service allways configure https port, so if set to null this create an error.
link to the chat on the PR #197
The text was updated successfully, but these errors were encountered: