Skip to content

Commit

Permalink
fix: make backend big again
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna committed May 7, 2024
1 parent a60824d commit 2a97c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: "ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}"
tag: "stable"
pullPolicy: "Always"
replicas: 1
replicas: 2
resources:
limits:
cpu: 1500m
Expand Down
2 changes: 1 addition & 1 deletion charts/basedosdados-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ api:
pullPolicy: Always

# Number of replicas
replicas: 2
replicas: 1

# Specifying resources is recommended for production deployments
resources: {}
Expand Down

0 comments on commit 2a97c71

Please sign in to comment.