From 9b441738d4a9dd3c17b33d01f3193094374c3f0c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 22 Jan 2024 16:55:03 -0600 Subject: [PATCH] dch-webhooks: Disable HTTPS redirect The [Generic Event][0] plugin for Jenkins does not support HTTPS webhooks, only plain HTTP. [0]: https://plugins.jenkins.io/generic-event/ --- dch-webhooks/ingress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dch-webhooks/ingress.yaml b/dch-webhooks/ingress.yaml index e14109b..e5d37de 100644 --- a/dch-webhooks/ingress.yaml +++ b/dch-webhooks/ingress.yaml @@ -2,6 +2,8 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: + annotations: + nginx.ingress.kubernetes.io/ssl-redirect: "false" labels: app.kubernetes.io/name: dch-webhooks app.kubernetes.io/component: dch-webhooks