From 36c4ebe203eeebbf218de958277a7d4884234876 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Tue, 28 Nov 2023 14:16:58 +0000 Subject: [PATCH] fix: pull from Code Flow's container registry --- README.md | 4 ++-- deploy/manifest.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 875e467..a03de47 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ https://www.alphavantage.co/support/#api-key ## Running the docker image locally -The docker image is published to the GitLab Container Registry [here](https://gitlab.com/dananglin/stock-ticker/container_registry/3916158). +The docker image is published to the container registry at Code Flow [here](https://codeflow.dananglin.me.uk/apollo/stock-ticker/packages). You can pull and run the docker image from the registry with the following command: ```bash @@ -60,7 +60,7 @@ docker run --rm \ -e APIKEY= \ --publish 8080:8080 \ --name stock-ticker \ - registry.gitlab.com/dananglin/stock-ticker:v0.1.0 + codeflow.dananglin.me.uk/apollo/stock-ticker:v0.1.0 ``` Alternatively you can build and run the docker image locally. diff --git a/deploy/manifest.yaml b/deploy/manifest.yaml index 1815ea0..3069950 100644 --- a/deploy/manifest.yaml +++ b/deploy/manifest.yaml @@ -140,7 +140,7 @@ spec: fieldPath: status.podIP - name: WEBSERVER_PORT value: "8080" - image: "registry.gitlab.com/dananglin/stock-ticker:v0.1.0" + image: "codeflow.dananglin.me.uk/apollo/stock-ticker:v0.1.0" imagePullPolicy: Always livenessProbe: httpGet: