---
# ------------------------------------------
# -- 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:
  size: 128Mi

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