Kong Manager UI port, gateway, node details are empty
- Dominant language
- Shell
- Stars
- 1.5k
- Forks
- 849
- PR merge metrics
- No merged PRs in 30d
Description

I have custom value.yaml file below:
ingressController:
enabled: true # Or specify a version like "3.6.1.1"
secretVolumes:
- kong-cluster-cert
env:
role: traditional # required when using DB and all services together
database: "postgres"
pg_host: kong-postgresql.kong.svc
pg_user:
pg_password:
pg_database:
admin_gui_listen: "0.0.0.0:8002"
admin_gui_url: "https://manager.cateina.com"
admin_gui_auth: "basic-auth"
admin_gui_auth_conf: '{"admin": {"password": "admin123"}}'
admin_api_uri: "http://kongadmin.cateina.com"
cluster_cert: /etc/secrets/kong-cluster-cert/tls.crt
cluster_cert_key: /etc/secrets/kong-cluster-cert/tls.key
lua_ssl_trusted_certificate: system
admin_listen: "0.0.0.0:8001"
admin_gui_listen: "0.0.0.0:8002"
proxy_listen: "0.0.0.0:8000"
resources:
requests:
cpu: 1
memory: "2Gi"
# Only enable proxy service and expose everything on it
proxy:
enabled: true
type: LoadBalancer
http:
enabled: true
servicePort: 80
containerPort: 8000
tls:
enabled: false
admin:
enabled: true
type: ClusterIP
http:
enabled: true
containerPort: 8001
tls:
enabled: false
manager:
enabled: true
type: ClusterIP
http:
enabled: true
containerPort: 8002
tls:
enabled: false
postgresql:
enabled: true
auth:
username:
password:
database:
Unable to understand the issue. Kindly anyone please try to resolve it.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the deployment with the supplied value.yaml settings, then inspect the Kong Manager UI and the configured admin and proxy services. Check why the port, gateway, and node details are empty and verify the relevant admin_gui and database settings. Done means those details render correctly in Kong Manager with the provided deployment configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, postgresql
- Domain
- backend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100