Replies: 1 comment 4 replies
-
Hi @satngp 👋 You can find how to set the CP image in here: .As for the postgres usage: we advise against that in Kubernetes environments and to use db-less with Gateway Discovery. If you really want, you can make it work by configuring the required env variables etc but this is not something we endorse. As stated in https://docs.konghq.com/kubernetes-ingress-controller/latest/production/deployment-topologies/db-backed/:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are planning to deploy the Kong gateway operator to our cluster with the latest version kgo (1.3.x). We want to deploy the Kong ingress controller (3.2.x) and Kong gateway (3.7.x) both using kgo with Postgres database. Someone, please guide me on the best approach to this. (I see hybrid mode deployment but am not sure how to deploy the latest version of KIC, where in the CP template spec I do not see any specific KIC version.)
Beta Was this translation helpful? Give feedback.
All reactions