Skip to content

Commit

Permalink
fix(piped): Api needs external access
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s committed Oct 1, 2024
1 parent 40c9615 commit 44deeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/media/piped/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ spec:
ingress:
backend:
annotations:
external-dns.alpha.kubernetes.io/target: ingress-int.bjw-s.dev
external-dns.alpha.kubernetes.io/target: ingress-ext.bjw-s.dev
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-origin: "https://piped.bjw-s.dev, https://piped-api.bjw-s.dev, https://piped-proxy.bjw-s.dev"
className: "internal-nginx"
className: "external-nginx"
hosts:
- host: piped-api.bjw-s.dev
paths:
Expand Down

0 comments on commit 44deeb5

Please sign in to comment.