feat: move route to chart
All checks were successful
lint-test-helm / lint-helm (push) Successful in 37s
render-manifests-push / render-manifests-push (push) Successful in 59s
renovate / renovate (push) Successful in 3m30s

This commit is contained in:
2026-02-23 22:12:16 -06:00
parent 23a10877ba
commit cabcd80aaf
4 changed files with 20 additions and 32 deletions

View File

@@ -24,6 +24,22 @@ seerr-chart:
storageClass: ceph-block
ingress:
enabled: false
route:
main:
enabled: true
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- seerr.alexlebens.net
matches:
- path:
type: PathPrefix
value: /
resources:
requests:
cpu: 10m