Deploy UI
This page provides details on how to install the Cofide Connect Web UI.
Deploy Control Plane UI
Section titled “Deploy Control Plane UI”Deploy the Connect UI helm chart to the connect namespace in the cluster.
helm repo add cofide https://cofide.github.io/helm-charts --force-updatehelm install cofide-connect-ui cofide/cofide-connect-ui \ --values values.yaml \ --namespace connect \ --create-namespace \ --version 0.1.2 \ --wait \ --timeout 120sAn example values file is below, adapt it to suit your deployment.
replicaCount: 2service: port: 443 annotations: # Using external-dns and gke's loadbalancer controller to provision load balancers and setup DNS records pointing at them networking.gke.io/load-balancer-type: External external-dns.alpha.kubernetes.io/hostname: app.example.cofide.devui: hostname: app.example.cofide.dev connectUrl: https://connect.example.cofide.dev # Configure this with your OAuth provider for user auth oauth: clientId: example-public-client-id issuer: https://example-oauth-provider-issuer.com© 2026 Cofide Limited. All rights reserved.