44 lines
859 B
YAML
44 lines
859 B
YAML
|
---
|
||
|
# ------------------------------------------
|
||
|
# -- Istio extenstion. Just because I'm
|
||
|
# -- not using ingress nginx
|
||
|
# ------------------------------------------
|
||
|
istio:
|
||
|
enabled: true
|
||
|
istio:
|
||
|
- name: openvpn-tcp
|
||
|
gateway: etersoft-vpn
|
||
|
kind: tcp
|
||
|
port_match: 1194
|
||
|
hostname: "*"
|
||
|
service: openvpn
|
||
|
port: 1194
|
||
|
|
||
|
storage:
|
||
|
class: microk8s-hostpath
|
||
|
size: 5Gi
|
||
|
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
|
||
|
|