Skip to content

Commit

Permalink
fix ingressroute
Browse files Browse the repository at this point in the history
Signed-off-by: Zee Aslam <zeet6613@gmail.com>
  • Loading branch information
h3mmy authored Feb 23, 2024
1 parent ca3ef66 commit 6499d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/apps/media/overseer/api-passthrough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- websecure
routes:
- kind: Rule
match: Host(`requests.${XYZ_DOMAIN}`) && (Headers(`X-Api-Key`, `${OVERSEERR_API_KEY}`) || Query(`apikey`, `${OVERSEERR_API_KEY}`))
match: Host(`requests.${XYZ_DOMAIN}`) && (Headers(`X-Api-Key`, `${OVERSEERR_API_KEY}`) || Query(`apikey=${OVERSEERR_API_KEY}`))
priority: 100
services:
- kind: Service
Expand Down

0 comments on commit 6499d73

Please sign in to comment.