add werts.us site to minio ingress
This commit is contained in:
parent
428ebd0f42
commit
f19dfc5c39
|
@ -17,6 +17,16 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: haproxy
|
ingressClassName: haproxy
|
||||||
rules:
|
rules:
|
||||||
|
- host: werts.us.minio.strudelline.net
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: minio
|
||||||
|
port:
|
||||||
|
number: 58713
|
||||||
- host: minio.strudelline.net
|
- host: minio.strudelline.net
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user