Add haproxy-ingress-configmap.yaml
Some checks failed
Build Go Binary / build (push) Has been cancelled
Some checks failed
Build Go Binary / build (push) Has been cancelled
This commit is contained in:
parent
83a3d12dbd
commit
3bcf42e94a
1 changed files with 9 additions and 0 deletions
9
haproxy-ingress-configmap.yaml
Normal file
9
haproxy-ingress-configmap.yaml
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue