Skip to content

Commit

Permalink
fix(media): quote booleans; DNS over VPN
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl committed Dec 25, 2024
1 parent ed5cd5e commit e3d68df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/k8s/catalog/templates/aquisition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ spec:
uploadLimit: 10000
downloadLimit: 10000
storage:
create: true
create: 'true'
size: 1Ti
vpn:
mode: "openvpn"
provider: "protonvpn"
countries: "Switzerland"
dns_over_vpn: false # Pod is already forcing traffic through VPN.
dns_over_vpn: 'true'
extra:
PORT_FORWARD_ONLY: "on"
VPN_PORT_FORWARDING: "on"
Expand Down

0 comments on commit e3d68df

Please sign in to comment.