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