From 3bcf42e94a193f0e632eaaed63b5ee6a284f2fd7 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 29 Jun 2025 15:17:10 +0200 Subject: [PATCH] Add haproxy-ingress-configmap.yaml --- haproxy-ingress-configmap.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 haproxy-ingress-configmap.yaml diff --git a/haproxy-ingress-configmap.yaml b/haproxy-ingress-configmap.yaml new file mode 100644 index 0000000..8b6abfb --- /dev/null +++ b/haproxy-ingress-configmap.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: haproxy-config + namespace: kube-system +data: + ssl-redirect: "true" + timeout-http-request: "5s" + use-forwarded-headers: "true" \ No newline at end of file