Setup a new XOR patched VPN

This commit is contained in:
Nikolai Rodionov 2023-08-09 19:22:12 +02:00 committed by Nikolai Rodionov
parent ba6f5cf1a4
commit 77429c2c36
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10
3 changed files with 12 additions and 3 deletions

View File

@ -14,7 +14,14 @@ istio:
service: openvpn service: openvpn
port: 1194 port: 1194
storageClassName: longhorn storage:
class: longhorn
size: 512Mi
image:
repository: lawtancool/docker-openvpn-xor
pullPolicy: IfNotPresent
tag: latest
openvpn: openvpn:
server: "tcp://195.201.250.50:1194" server: "tcp://195.201.250.50:1194"
service: service:

View File

@ -14,7 +14,9 @@ istio:
service: openvpn service: openvpn
port: 1194 port: 1194
storageClassName: microk8s-hostpath storage:
class: microk8s-hostpath
size: 5Gi
openvpn: openvpn:
server: "tcp://91.232.225.63:1194" server: "tcp://91.232.225.63:1194"
service: service:

View File

@ -184,7 +184,7 @@ templates:
openvpn: &openvpn openvpn: &openvpn
name: openvpn name: openvpn
chart: allanger-charts/openvpn chart: allanger-charts/openvpn
version: 1.0.3 version: 1.0.6
inherit: inherit:
- template: default-env-values - template: default-env-values
- template: ext-istio-resource - template: ext-istio-resource