Guidance Needed for Annotating Ingress Resource for HTTPS Redirect Configuration through Kong Helm Chart #13970
Unanswered
Kalaivani19
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking to have Kong annotate the ingress resource for HTTPS redirect configuration. The ingressclass was successfully annotated through the Helm chart by supplying the required annotations under the ingress controller, but the process to automatically annotate the ingress resource remains unclear. Could guidance be provided on where to update in values.yaml to achieve this?
Any help would be greatly appreciated.
Annotations to be applied:
• konghq.com/protocols: "https"
• konghq.com/https-redirect-status-code: "301"
Beta Was this translation helpful? Give feedback.
All reactions