Compare commits
2 Commits
drgrove/ra
...
main
Author | SHA1 | Date |
---|---|---|
|
304dd80ab7 | |
|
e8a90fcc0e |
|
@ -13,14 +13,14 @@ spec:
|
|||
http:
|
||||
paths:
|
||||
- path: /.well-known/openpgpkey
|
||||
pathType: Prefix
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: wellknown-openpgp
|
||||
port:
|
||||
number: 80
|
||||
- path: /.well-known/matrix
|
||||
pathType: Prefix
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: wellknown-matrix
|
||||
|
@ -37,7 +37,7 @@ spec:
|
|||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: web-form
|
||||
name: website
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
|
|
Loading…
Reference in New Issue