Compare commits

...

1 Commits

Author SHA1 Message Date
Nikolai Rodionov 6b942be2d2
WIP: Chenge openvpn port
continuous-integration/drone/push Build is failing Details
2023-08-08 13:37:53 +02:00
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