WIP: Chenge openvpn port
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Nikolai Rodionov 2023-08-08 13:37:53 +02:00
parent ba6f5cf1a4
commit 6b942be2d2
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
2 changed files with 6 additions and 2 deletions

View File

@ -22,6 +22,10 @@ service:
port: 1194
protocol: TCP
targetPort: 1194
- name: ovpn2
port: 1195
protocol: TCP
targetPort: 1195
# -----------
# -- Email
# -----------

View File

@ -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