Migrate OpenVPN (#10)

Reviewed-on: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/pulls/10
This commit is contained in:
Nikolai Rodionov
2023-02-19 13:22:48 +00:00
parent cfee65ed2e
commit df48d45018
6 changed files with 15 additions and 24 deletions

View File

@ -14,4 +14,8 @@ service:
port: 443
protocol: TCP
targetPort: 443
- name: openvpn
port: 1194
protocol: TCP
targetPort: 1194

View File

@ -23,22 +23,4 @@ istio-resources:
name: openvpn
number: 1194
protocol: TCP
# virtual_services:
# - metadata:
# name: openvpn
# spec:
# hosts:
# - '*'
# gateways:
# - istio-system/etersoft-vpn
# tcp:
# - match:
# - port: 1194
# route:
# - destination:
# host: openvpn
# port:
# number: 1194
#
#
#