Skip to content

Commit

Permalink
add proxy domain
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-js committed Feb 17, 2024
1 parent 30cb8aa commit 26fcbe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion manifests/base/networking/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ spec:
name: web-service
port:
number: 3000
- host: proxy.key.aoki.app
http:
paths:
- pathType: Prefix
path: "/proxy"
path: "/"
backend:
service:
name: media-proxy-service
Expand Down
2 changes: 1 addition & 1 deletion manifests/overlays/production/cfg/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ proxyBypassHosts:
#proxySmtp: socks5://127.0.0.1:1080 # use SOCKS5

# Media Proxy
#mediaProxy: https://example.com/proxy
mediaProxy: https://proxy.key.aoki.app/

# Proxy remote files (default: false)
#proxyRemoteFiles: true
Expand Down

0 comments on commit 26fcbe5

Please sign in to comment.