WIP: Chenge openvpn port
This commit is contained in:
parent
ba6f5cf1a4
commit
6b942be2d2
@ -22,6 +22,10 @@ service:
|
||||
port: 1194
|
||||
protocol: TCP
|
||||
targetPort: 1194
|
||||
- name: ovpn2
|
||||
port: 1195
|
||||
protocol: TCP
|
||||
targetPort: 1195
|
||||
# -----------
|
||||
# -- Email
|
||||
# -----------
|
||||
|
@ -9,14 +9,14 @@ istio:
|
||||
- name: openvpn-tcp
|
||||
gateway: badhouseplants-vpn
|
||||
kind: tcp
|
||||
port_match: 1194
|
||||
port_match: 1195
|
||||
hostname: "*"
|
||||
service: openvpn
|
||||
port: 1194
|
||||
|
||||
storageClassName: longhorn
|
||||
openvpn:
|
||||
server: "tcp://195.201.250.50:1194"
|
||||
server: "tcp://195.201.250.50:1195"
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 1194
|
||||
|
Reference in New Issue
Block a user