first commit

This commit is contained in:
Nikolai Rodionov
2023-02-18 18:23:01 +01:00
parent 5389830dd0
commit e60f35a6ae
10 changed files with 151 additions and 0 deletions

0
etersoft/helmfile.yaml Normal file
View File

View File

@ -0,0 +1,43 @@
storageClassName: microk8s-hostpath
openvpn:
server: "tcp://91.232.225.63:1194"
service:
type: ClusterIP
port: 1194
targetPort: 1194
protocol: TCP
istio-resources:
enabled: true
gateways:
- metadata:
name: etersoft-vpn
namespace: istio-system
spec:
selector:
istio: ingressgateway
servers:
- hosts:
- '*'
port:
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
#
#
#