Open axelrodvl opened 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
@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.
@Dolph111 DO revoked the token dop_v1_980c3d6297988bfcb8643189a879fd031e8854ae61fe8511c98cce6363af1fc6
.
Please, create another one.
@axelrodvl Done
mvn clean package
.Dockerfile
in repo.