Skip to content

Commit

Permalink
Merge pull request #5 from gabrielcjr/bugfix/change-ingressController…
Browse files Browse the repository at this point in the history
…-image-version

fix: ingressController image to version 2.12
  • Loading branch information
argentinaluiz authored Nov 14, 2023
2 parents 76b3393 + 85ad509 commit 601dfbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infra/kong-k8s/kong/kong-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ postgresql:
enabled: false

ingressController:
image:
repository: kong/kubernetes-ingress-controller
tag: "2.12"
enabled: true
installCRDs: false

Expand All @@ -49,4 +52,4 @@ autoscaling:
# ingress:
# enabled: true
# annotations:
# konghq.com/protocols: "http"
# konghq.com/protocols: "http"

0 comments on commit 601dfbb

Please sign in to comment.