nullify email, because spam, fix ingress
This commit is contained in:
parent
fba90aa746
commit
e8a90fcc0e
|
@ -13,14 +13,14 @@ spec:
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /.well-known/openpgpkey
|
- path: /.well-known/openpgpkey
|
||||||
pathType: Prefix
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: wellknown-openpgp
|
name: wellknown-openpgp
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
- path: /.well-known/matrix
|
- path: /.well-known/matrix
|
||||||
pathType: Prefix
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: wellknown-matrix
|
name: wellknown-matrix
|
||||||
|
@ -37,7 +37,7 @@ spec:
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: web-form
|
name: website
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
tls:
|
tls:
|
||||||
|
|
Loading…
Reference in New Issue