Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #95 from g12-4soat/bugfix/fix-deployments
Browse files Browse the repository at this point in the history
corrigindo problemas de versão da imagem
  • Loading branch information
gabriellima09 committed Dec 15, 2023
2 parents 0e42a34 + 48206ff commit 0e6a4e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/deployments/techlanches-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: techlanches-api
image: g124soat/techlanches-api:develop # usar latest quando for pra main
imagePullPolicy: Always
ports:
- containerPort: 80
resources:
Expand Down
1 change: 1 addition & 0 deletions k8s/deployments/techlanches-sql-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
containers:
- name: sql-server
image: mcr.microsoft.com/mssql/server:2019-latest
imagePullPolicy: Always
ports:
- containerPort: 1433
env:
Expand Down
1 change: 1 addition & 0 deletions k8s/deployments/techlanches-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: techlanches-worker
image: g124soat/techlanches-worker:develop # usar latest quando for pra main
imagePullPolicy: Always
resources:
requests:
cpu: "500m"
Expand Down

0 comments on commit 0e6a4e3

Please sign in to comment.