-
I've installed kong by helm like this
When i then forward the service port kong-manager, the UI is shown, but without connection to the api, etc Is that expected? Also, I only see theses services: And didn't see the admin api? Kong is working fine for my ingresses. |
Beta Was this translation helpful? Give feedback.
Answered by
BartNetJS
Sep 26, 2023
Replies: 1 comment
-
Found it.
And helm upgrade --install kong kong/kong --namespace kong -f ./deploy/kong/values.yaml |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BartNetJS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it.
I had to define a values.yaml file with
And
helm upgrade --install kong kong/kong --namespace kong -f ./deploy/kong/values.yaml