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
Sorry for the stupid question, but where exactly would you add "nameOverride"? Would this be in the ingress? Or the values.yaml or somewhere for the actual keel deployment?
I am running into what I think is the same issue. If I shell into the container running in kubernetes and I do a: curl localhost:9300 I get HTML back. But if I setup an ingress to that server (Cluster service on port 9300) I just get a 503 back.
In the file: https://github.com/keel-hq/keel/blob/master/chart/keel/templates/ingress.yaml
With a release named sandbox this will result to the following objects:
Ingress: sandbox-keel
Service: keel
But the Ingress is pointing to the service sandbox-keel which obviously does not exist.
service/keel manifest:
ingress/sandbox-keel manifest:
Current workaround: set the value
nameOverride
to sandbox-keel.Possible fix: In Service manifest use fullname for name.
The text was updated successfully, but these errors were encountered: