Basic implementation of client: render qa code and scan from mobile app
diff --git a/helmfile/apps/helmfile.yaml b/helmfile/apps/helmfile.yaml
index 692177d..11d813c 100644
--- a/helmfile/apps/helmfile.yaml
+++ b/helmfile/apps/helmfile.yaml
@@ -28,6 +28,9 @@
   chart: ../../charts/vpn-mesh-config
   namespace: {{ .Values.namespacePrefix }}ingress-private
   values:
+  - domain: {{ .Values.domain }}
+  - ingressClassName: {{ .Values.pcloudEnvName }}-ingress-public
+  - certificateIssuer: {{ .Values.id }}-public
   - certificateAuthority:
       name: {{ .Values.id }}
       secretName: ca-{{ .Values.id }}-cert