add wildcard for werts into haproxy ingress
This commit is contained in:
parent
f19dfc5c39
commit
5ce1364d4b
|
@ -45,11 +45,8 @@ spec:
|
||||||
service: http://172.16.18.1:5000
|
service: http://172.16.18.1:5000
|
||||||
originRequest:
|
originRequest:
|
||||||
noTLSVerify: true
|
noTLSVerify: true
|
||||||
- hostname: werts.us
|
- hostname: '*.werts.us'
|
||||||
# static site hosted in minio. needs host header set to load correct bucket.
|
service: http://haproxy-ingress.haproxy-ingress.svc.cluster.local:81
|
||||||
service: http://172.16.18.1:53713
|
|
||||||
originRequest:
|
|
||||||
httpHostHeader: werts.us.minio.strudelline.net
|
|
||||||
- hostname: hello.werts.us
|
- hostname: hello.werts.us
|
||||||
service: hello_world
|
service: hello_world
|
||||||
- service: http_status:404
|
- service: http_status:404
|
||||||
|
|
Loading…
Reference in New Issue
Block a user