Migrate to the new openvpn setup
This commit is contained in:
parent
15bbc19939
commit
e3760ca400
@ -22,6 +22,10 @@ service:
|
|||||||
port: 1194
|
port: 1194
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 1194
|
targetPort: 1194
|
||||||
|
- name: tcp
|
||||||
|
port: 25
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 25
|
||||||
# -----------
|
# -----------
|
||||||
# -- Email
|
# -- Email
|
||||||
# -----------
|
# -----------
|
||||||
|
@ -13,17 +13,28 @@ istio:
|
|||||||
hostname: "*"
|
hostname: "*"
|
||||||
service: openvpn
|
service: openvpn
|
||||||
port: 1194
|
port: 1194
|
||||||
|
- name: openvpn-tcp-fake-port
|
||||||
|
gateway: badhouseplants-vpn
|
||||||
|
kind: tcp
|
||||||
|
port_match: 25
|
||||||
|
hostname: "*"
|
||||||
|
service: openvpn
|
||||||
|
port: 1194
|
||||||
storage:
|
storage:
|
||||||
class: longhorn
|
class: longhorn
|
||||||
size: 512Mi
|
size: 512Mi
|
||||||
|
|
||||||
image:
|
|
||||||
repository: lawtancool/docker-openvpn-xor
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
tag: latest
|
|
||||||
openvpn:
|
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:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 1194
|
port: 1194
|
||||||
|
@ -183,8 +183,8 @@ templates:
|
|||||||
# ----------------------------
|
# ----------------------------
|
||||||
openvpn: &openvpn
|
openvpn: &openvpn
|
||||||
name: openvpn
|
name: openvpn
|
||||||
chart: allanger-charts/openvpn
|
chart: allanger-gitea/openvpn
|
||||||
version: 1.0.6
|
version: 1.0.3
|
||||||
inherit:
|
inherit:
|
||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
- template: ext-istio-resource
|
- template: ext-istio-resource
|
||||||
|
Reference in New Issue
Block a user