25 lines
503 B
YAML
25 lines
503 B
YAML
---
|
|
# ------------------------------------------
|
|
# -- Istio extenstion. Just because I'm
|
|
# -- not using ingress nginx
|
|
# ------------------------------------------
|
|
istio:
|
|
enabled: true
|
|
istio:
|
|
- name: openvpn-tcp
|
|
gateway: badhouseplants-vpn
|
|
kind: tcp
|
|
port_match: 1194
|
|
hostname: "*"
|
|
service: openvpn
|
|
port: 1194
|
|
|
|
storageClassName: longhorn
|
|
openvpn:
|
|
server: "tcp://195.201.250.50:1194"
|
|
service:
|
|
type: ClusterIP
|
|
port: 1194
|
|
targetPort: 1194
|
|
protocol: TCP
|