Skip to content

Commit

Permalink
issue #1: changed image version for finesse (default is main represen…
Browse files Browse the repository at this point in the history
…ting the develop branch)
  • Loading branch information
ThomasCardin committed Jan 31, 2024
1 parent de56ac5 commit 01f7948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kubernetes/apps/finesse/finesse-backend-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ spec:
serviceAccountName: secrets-reader
containers:
- name: finesse-backend
image: ghcr.io/ai-cfia/finesse-backend:98f702dddef8f5d46668794b65920c9ce38b8034
image: ghcr.io/ai-cfia/finesse-backend:main
imagePullPolicy: Always
command: ["/bin/sh", "-c"]
args:
- >
cp /vault/secrets/.env . &&
cp /vault/secrets/.env . &&
gunicorn --bind :8080 --workers 1 --threads 8 --timeout 0 --forwarded-allow-ips "*" app:app
ports:
- containerPort: 8080
Expand All @@ -63,7 +63,7 @@ spec:

---
apiVersion: v1
kind: Service
kind: Service
metadata:
name: finesse-backend-svc
namespace: finesse
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/finesse/finesse-frontend-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: secrets-reader
containers:
- name: finesse-frontend
image: ghcr.io/ai-cfia/finesse-frontend:0e64faf24b3254d3582745796a56858f0d5c5cec
image: ghcr.io/ai-cfia/finesse-frontend:main
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand All @@ -29,7 +29,7 @@ spec:

---
apiVersion: v1
kind: Service
kind: Service
metadata:
name: finesse-frontend-svc
namespace: finesse
Expand Down

0 comments on commit 01f7948

Please sign in to comment.