Setup a new XOR patched VPN
This commit is contained in:
parent
ba6f5cf1a4
commit
77429c2c36
@ -14,7 +14,14 @@ istio:
|
||||
service: openvpn
|
||||
port: 1194
|
||||
|
||||
storageClassName: longhorn
|
||||
storage:
|
||||
class: longhorn
|
||||
size: 512Mi
|
||||
|
||||
image:
|
||||
repository: lawtancool/docker-openvpn-xor
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
openvpn:
|
||||
server: "tcp://195.201.250.50:1194"
|
||||
service:
|
||||
|
@ -14,7 +14,9 @@ istio:
|
||||
service: openvpn
|
||||
port: 1194
|
||||
|
||||
storageClassName: microk8s-hostpath
|
||||
storage:
|
||||
class: microk8s-hostpath
|
||||
size: 5Gi
|
||||
openvpn:
|
||||
server: "tcp://91.232.225.63:1194"
|
||||
service:
|
||||
|
@ -184,7 +184,7 @@ templates:
|
||||
openvpn: &openvpn
|
||||
name: openvpn
|
||||
chart: allanger-charts/openvpn
|
||||
version: 1.0.3
|
||||
version: 1.0.6
|
||||
inherit:
|
||||
- template: default-env-values
|
||||
- template: ext-istio-resource
|
||||
|
Reference in New Issue
Block a user