fix: user sitemap

This commit is contained in:
MiniDigger | Martin 2024-11-11 09:32:42 +01:00
parent 4a60fddc72
commit 1c8b204e0f

View File

@ -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