mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
fix: user sitemap
This commit is contained in:
parent
4a60fddc72
commit
1c8b204e0f
@ -10,9 +10,8 @@ base:
|
||||
ingress:
|
||||
enabled: false
|
||||
className: ""
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||
host: hangar.test
|
||||
tls:
|
||||
- secretName: hangar-tls
|
||||
@ -34,6 +33,9 @@ ingress:
|
||||
- path: /robots.txt
|
||||
pathType: ImplementationSpecific
|
||||
target: backend
|
||||
- path: /(.+)/sitemap.xml
|
||||
pathType: ImplementationSpecific
|
||||
target: backend
|
||||
- path: /sitemap.xml
|
||||
pathType: ImplementationSpecific
|
||||
target: backend
|
||||
|
Loading…
Reference in New Issue
Block a user