Basic implementation of client: render qa code and scan from mobile app
diff --git a/charts/vpn-mesh-config/values.yaml b/charts/vpn-mesh-config/values.yaml
index 25562a2..0174b32 100644
--- a/charts/vpn-mesh-config/values.yaml
+++ b/charts/vpn-mesh-config/values.yaml
@@ -1,3 +1,7 @@
+domain: example.com
+ingressClassName: pcloud-ingress-public
+certificateIssuer: example-public
+
 certificateAuthority:
   name: "nebula"
   secretName: "ca-nebula-cert"
@@ -8,3 +12,9 @@
   internalIP: "0.0.0.0"
   externalIP: "0.0.0.0"
   port: "4242"
+
+api:
+  image:
+    repository: giolekva/nebula-api
+    tag: latest
+    pullPolicy: Always