haproxy-kubernetes/haproxy-ingress-configmap.yaml
holzi1005 3bcf42e94a
Some checks failed
Build Go Binary / build (push) Has been cancelled
Add haproxy-ingress-configmap.yaml
2025-06-29 15:17:10 +02:00

9 lines
No EOL
178 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: haproxy-config
namespace: kube-system
data:
ssl-redirect: "true"
timeout-http-request: "5s"
use-forwarded-headers: "true"