provisioning-catalog/components/wireguard/cluster/env-wireguard.j2

11 lines
671 B
Text
Raw Permalink Normal View History

WG_NAMESPACE={{ taskserv.namespace | default(value="vpn") }}
WG_IMAGE={{ taskserv.image | default(value="ghcr.io/wg-easy/wg-easy:15") }}
WG_NODE={{ taskserv.node | default(value="") }}
WG_FIP_NAME={{ taskserv.fip_name | default(value="") }}
WG_LB_IPAM_IP={{ taskserv.lb_ipam_ip | default(value="") }}
WG_STORAGE_CLASS={{ taskserv.requires.storage_class | default(value="hcloud-volumes") }}
WG_STORAGE_SIZE={{ taskserv.requires.storage.size | default(value="1Gi") }}
WG_LISTEN_PORT={{ taskserv.listen_port | default(value=51820) }}
WG_UI_PORT={{ taskserv.ui_port | default(value=51821) }}
KUBECONFIG={{ taskserv.kubeconfig | default(value="/etc/kubernetes/admin.conf") }}