Skip to content

Commit

Permalink
fix: user sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Nov 11, 2024
1 parent 4a60fdd commit 1c8b204
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1c8b204

Please sign in to comment.