Compare commits
1 Commits
main
...
upgrading-
Author | SHA1 | Date | |
---|---|---|---|
|
6b942be2d2 |
@ -22,6 +22,10 @@ service:
|
|||||||
port: 1194
|
port: 1194
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 1194
|
targetPort: 1194
|
||||||
|
- name: ovpn2
|
||||||
|
port: 1195
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 1195
|
||||||
# -----------
|
# -----------
|
||||||
# -- Email
|
# -- Email
|
||||||
# -----------
|
# -----------
|
||||||
|
@ -9,14 +9,14 @@ istio:
|
|||||||
- name: openvpn-tcp
|
- name: openvpn-tcp
|
||||||
gateway: badhouseplants-vpn
|
gateway: badhouseplants-vpn
|
||||||
kind: tcp
|
kind: tcp
|
||||||
port_match: 1194
|
port_match: 1195
|
||||||
hostname: "*"
|
hostname: "*"
|
||||||
service: openvpn
|
service: openvpn
|
||||||
port: 1194
|
port: 1194
|
||||||
|
|
||||||
storageClassName: longhorn
|
storageClassName: longhorn
|
||||||
openvpn:
|
openvpn:
|
||||||
server: "tcp://195.201.250.50:1194"
|
server: "tcp://195.201.250.50:1195"
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 1194
|
port: 1194
|
||||||
|
Reference in New Issue
Block a user