Questions tagged [kong-ingress]
107 questions
0
votes
1 answer
Helm install Kong creating postgresql container and services in DB less mode
Helm is creating postgresql-0 container, postgresql and postgresql-headless services even in DB less mode. Below is my command.
helm install stable/kong --set ingressController.enabled=true --set postgresql.enabled=false --set env.database=off
When…

Bhanu Reddy
- 205
- 3
- 12
-1
votes
1 answer
How add define a rule in ingress resource to route a request from specific domain to specific service in Kubernetes?
I was reading about ingress controller and ingress resource to route the incoming request to Kubernetes cluster to specific service.
Ingress resource file will be similar to:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name:…

Rohit
- 406
- 1
- 5
- 21