Migrate to the new openvpn setup
This commit is contained in:
parent
15bbc19939
commit
e3760ca400
@ -22,6 +22,10 @@ service:
|
||||
port: 1194
|
||||
protocol: TCP
|
||||
targetPort: 1194
|
||||
- name: tcp
|
||||
port: 25
|
||||
protocol: TCP
|
||||
targetPort: 25
|
||||
# -----------
|
||||
# -- Email
|
||||
# -----------
|
||||
|
@ -13,17 +13,28 @@ istio:
|
||||
hostname: "*"
|
||||
service: openvpn
|
||||
port: 1194
|
||||
|
||||
- name: openvpn-tcp-fake-port
|
||||
gateway: badhouseplants-vpn
|
||||
kind: tcp
|
||||
port_match: 25
|
||||
hostname: "*"
|
||||
service: openvpn
|
||||
port: 1194
|
||||
storage:
|
||||
class: longhorn
|
||||
size: 512Mi
|
||||
|
||||
image:
|
||||
repository: lawtancool/docker-openvpn-xor
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
openvpn:
|
||||
server: "tcp://195.201.250.50:1194"
|
||||
proto: tcp
|
||||
host: 195.201.250.50
|
||||
easyrsa:
|
||||
cn: Bad Houseplants
|
||||
country: Germany
|
||||
province: NRW
|
||||
city: Duesseldorf
|
||||
org: Bad Houseplants
|
||||
email: allanger@zohomail.com
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 1194
|
||||
|
@ -183,8 +183,8 @@ templates:
|
||||
# ----------------------------
|
||||
openvpn: &openvpn
|
||||
name: openvpn
|
||||
chart: allanger-charts/openvpn
|
||||
version: 1.0.6
|
||||
chart: allanger-gitea/openvpn
|
||||
version: 1.0.3
|
||||
inherit:
|
||||
- template: default-env-values
|
||||
- template: ext-istio-resource
|
||||
|
Reference in New Issue
Block a user