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 #108 from g12-4soat/feature/docker-image-latest
Browse files Browse the repository at this point in the history
Docker image para latest
  • Loading branch information
nsosoares authored Jan 27, 2024
2 parents dbe1914 + 2f583bc commit 8e47786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions k8s/deployments/techlanches-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ spec:
spec:
containers:
- name: techlanches-api
image: g124soat/techlanches-api:develop # usar latest quando for pra main
image: g124soat/techlanches-api:latest
imagePullPolicy: Always
ports:
- containerPort: 80
resources:
requests:
cpu: "500m"
memory: "500Mi"
# limits:
# cpu: "1"
# memory: "1Gi" Removi para testar o HPA... Validar se deve ser usado no futuro.
env:
- name: ASPNETCORE_ENVIRONMENT
value: "Production"
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployments/techlanches-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: techlanches-worker
image: g124soat/techlanches-worker:develop # usar latest quando for pra main
image: g124soat/techlanches-worker:latest
imagePullPolicy: Always
resources:
requests:
Expand Down

0 comments on commit 8e47786

Please sign in to comment.