k8s-deployment/values/etersoft/values.openvpn-xor.yaml

47 lines
902 B
YAML
Raw Normal View History

2024-07-13 20:21:59 +00:00
---
# ------------------------------------------
# -- Istio extenstion. Just because I'm
# -- not using ingress nginx
# ------------------------------------------
# istio:
# enabled: true
# istio:
# - name: openvpn-tcp-xor
# gateway: istio-system/badhouseplants-vpn
# kind: tcp
# port_match: 1194
# hostname: "*"
# service: openvpn-xor
# port: 1194
# ------------------------------------------
traefik:
enabled: true
tcpRoutes:
2024-09-03 12:15:47 +00:00
- name: openvpn
service: openvpn
2024-07-13 20:21:59 +00:00
match: HostSNI(`*`)
entrypoint: openvpn
port: 1194
2024-07-24 07:29:44 +00:00
tcproute:
enabled: false
2024-07-13 20:21:59 +00:00
storage:
2024-07-24 07:29:44 +00:00
size: 128Mi
2024-07-13 20:21:59 +00:00
openvpn:
proto: tcp
host: 195.201.249.91
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