k8s-cluster-config/etersoft/values/values.openvpn.yaml

42 lines
842 B
YAML

---
# ------------------------------------------
# -- Istio extenstion. Just because I'm
# -- not using ingress nginx
# ------------------------------------------
istio:
enabled: true
istio:
- name: openvpn-tcp
gateway: etersoft-vp
kind: tcp
port_match: 1194
host: "*"
service: openvpn
port: 1194
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