```spec: selector: app: "spicedb" type: "L...
# spicedb
r
Copy code
spec:
  selector:
    app: "spicedb"
  type: "LoadBalancer"
I have used
Copy code
LoadBalancer
as type rather than
Copy code
ClusterIP
so that I can access the port by tunneling via
Copy code
minikube tunnel
Can this be an issue? due to which check, expand api not working ?