Skip to content

Commit

Permalink
fix: removing netshoot, changing VPN location #115
Browse files Browse the repository at this point in the history
  • Loading branch information
iT3E committed Jul 7, 2023
1 parent 8ebe6a5 commit 611fc55
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions kubernetes/apps/vpn/pod-gateway/downloads/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,14 @@ spec:
value: wg0
- name: VPN_ENDPOINT_PORT
value: "2049"
- name: SHADOWSOCKS
value: "on"
- name: FIREWALL
value: "off"
- name: DOT
value: "off"
- name: SERVER_CITIES
value: Zurich
value: Los_Angeles CA
- name: SERVER_HOSTNAMES
value: ch1.wg.ivpn.net
value: us-ca4.wg.ivpn.net
- name: WIREGUARD_PRIVATE_KEY
valueFrom:
secretKeyRef:
Expand All @@ -82,14 +80,14 @@ spec:
add:
- NET_ADMIN

netshoot:
enabled: true
resources:
requests:
cpu: 5m
memory: 10M
limits:
memory: 10M
# netshoot:
# enabled: true
# resources:
# requests:
# cpu: 5m
# memory: 10M
# limits:
# memory: 10M

podAnnotations:
configmap.reloader.stakater.com/reload: downloads-gateway-pod-gateway
Expand Down

0 comments on commit 611fc55

Please sign in to comment.