46 lines
903 B
YAML
46 lines
903 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
|
|
- name: openvpn-tcp-fake-port
|
|
gateway: badhouseplants-vpn
|
|
kind: tcp
|
|
port_match: 25
|
|
hostname: "*"
|
|
service: openvpn
|
|
port: 1194
|
|
# ------------------------------------------
|
|
image:
|
|
tag: v2.6.5-xor-4.0.0beta08
|
|
storage:
|
|
class: longhorn
|
|
size: 512Mi
|
|
|
|
openvpn:
|
|
proto: tcp
|
|
host: 195.201.250.50
|
|
easyrsa:
|
|
cn: Bad Houseplants
|
|
country: Germany
|
|
province: NRW
|
|
city: Duesseldorf
|
|
org: Bad Houseplants
|
|
email: allanger@zohomail.com
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 1194
|
|
targetPort: 1194
|
|
protocol: TCP
|