Trouble getting started
Hi!
I followed the guide at:
https://support.1password.com/connect-deploy-kubernetes/#step-2-deploy-a-1password-connect-server
And I have two K8-containers running (without problem as far as I can see) in Docker Desktop running locally on my Windows computer.
Connect-sync
```
{"log_message":"(W) configured to use HTTP with no TLS","timestamp":"2021-10-10T07:54:07.2444256Z","level":2}
{"log_message":"(I) [discovery-local] starting discovery, advertising endpoint 42561 /meta/message","timestamp":"2021-10-10T07:54:07.2447418Z","level":3}
{"log_message":"(I) starting 1Password Connect Sync ...","timestamp":"2021-10-10T07:54:07.2456985Z","level":3}
{"log_message":"(I) serving on :8081","timestamp":"2021-10-10T07:54:07.2457609Z","level":3}
{"log_message":"(I) database initialization complete","timestamp":"2021-10-10T07:54:07.2470764Z","level":3}
{"log_message":"(I) ### syncer credentials bootstrap ### ","timestamp":"2021-10-10T07:54:07.2472026Z","level":3}
{"log_message":"(I) GET /health","timestamp":"2021-10-10T07:54:22.3043622Z","level":3,"scope":{"request_id":"5d52c280-ce69-439c-a35b-e06d0f4aceeb"}}
{"log_message":"(I) GET /health completed (200: OK)","timestamp":"2021-10-10T07:54:22.3045174Z","level":3,"scope":{"request_id":"5d52c280-ce69-439c-a35b-e06d0f4aceeb"}}
```
Connect-Api
```
{"log_message":"(W) configured to use HTTP with no TLS","timestamp":"2021-10-10T07:54:07.1816805Z","level":2}
{"log_message":"(I) [discovery-local] starting discovery, advertising endpoint 37629 /meta/message","timestamp":"2021-10-10T07:54:07.1822726Z","level":3}
{"log_message":"(I) starting 1Password Connect API ...","timestamp":"2021-10-10T07:54:07.1825144Z","level":3}
{"log_message":"(I) serving on :8080","timestamp":"2021-10-10T07:54:07.1825535Z","level":3}
{"log_message":"(I) GET /health","timestamp":"2021-10-10T07:54:22.3053204Z","level":3,"scope":{"request_id":"6c9dd3f6-4cbf-4329-bafc-402b2c9ef721"}}
{"log_message":"(I) GET /health completed (200: OK)","timestamp":"2021-10-10T07:54:22.305767Z","level":3,"scope":{"request_id":"6c9dd3f6-4cbf-4329-bafc-402b2c9ef721"}}
```
My problem is that when I try to connect to http://localhost:8080 in Postman (using a bearer-token that I generated on 1password.com) I get
Error: connect ECONNREFUSED 127.0.0.1:8080
Does anyone have any idea what might be the problem?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
