48 lines
1011 B
YAML
48 lines
1011 B
YAML
image:
|
|
repository: zot.badhouseplants.net/allanger/container-openvpn
|
|
# ------------------------------------------
|
|
# -- 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:
|
|
- name: openvpn
|
|
service: openvpn
|
|
match: HostSNI(`*`)
|
|
entrypoint: openvpn
|
|
port: 1194
|
|
tcproute:
|
|
enabled: false
|
|
storage:
|
|
annotations:
|
|
volume.kubernetes.io/selected-node: yekaterinburg
|
|
size: 128Mi
|
|
openvpn:
|
|
proto: tcp
|
|
host: 91.232.225.63
|
|
easyrsa:
|
|
cn: Bad Houseplants
|
|
country: Germany
|
|
province: Hamburg
|
|
city: Hamburg
|
|
org: Bad Houseplants
|
|
email: allanger@badhouseplants.net.com
|
|
service:
|
|
type: ClusterIP
|
|
port: 1194
|
|
targetPort: 1194
|
|
protocol: TCP
|