Installer: use helmfile for installing base & user services. For now only ingress with vpn mesh is covered
diff --git a/charts/vpn-mesh-config/values.yaml b/charts/vpn-mesh-config/values.yaml
new file mode 100644
index 0000000..25562a2
--- /dev/null
+++ b/charts/vpn-mesh-config/values.yaml
@@ -0,0 +1,10 @@
+certificateAuthority:
+ name: "nebula"
+ secretName: "ca-nebula-cert"
+
+lighthouse:
+ name: "lighthouse"
+ secretName: "node-lighthouse-cert"
+ internalIP: "0.0.0.0"
+ externalIP: "0.0.0.0"
+ port: "4242"