Migrate OpenVPN (#10)
Reviewed-on: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/pulls/10
This commit is contained in:
@ -14,4 +14,8 @@ service:
|
||||
port: 443
|
||||
protocol: TCP
|
||||
targetPort: 443
|
||||
- name: openvpn
|
||||
port: 1194
|
||||
protocol: TCP
|
||||
targetPort: 1194
|
||||
|
@ -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
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
|
Reference in New Issue
Block a user