axelrodvl / booking

Full-stack booking service with FE and BE on Kubernetes
0 stars 0 forks source link

Create Docker container for property-service and deploy it to DigitalOcean registry #5

Open axelrodvl opened 1 year ago

axelrodvl commented 1 year ago
axelrodvl commented 1 year ago

@Dolph111 There is no pod with property-service:

➜  ~ kubectl get pods
NAME           READY   STATUS    RESTARTS   AGE
postgresql-0   1/1     Running   0          13d
axelrodvl commented 1 year ago

@Dolph111 You should've created a Container Registry in DO. I've created it. Complete the guide at the https://cloud.digitalocean.com/registry. Use the token from https://cloud.digitalocean.com/account/api/tokens?i=9acbfc to login: dop_v1_980c3d6297988bfcb8643189a879fd031e8854ae61fe8511c98cce6363af1fc6

The registry is already linked to our Kubernetes cluster, so you should build an image of content-service and publish it.

axelrodvl commented 1 year ago

@Dolph111 DO revoked the token dop_v1_980c3d6297988bfcb8643189a879fd031e8854ae61fe8511c98cce6363af1fc6. Please, create another one.

Dolph111 commented 1 year ago

@axelrodvl Done