Skip to content

Commit

Permalink
Merge pull request #7334 from ever-co/develop
Browse files Browse the repository at this point in the history
Update k8s-manifest.prod.yaml
  • Loading branch information
evereq authored Dec 19, 2023
2 parents e219ee9 + 29eab6f commit dbc4c3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .deploy/k8s/k8s-manifest.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ spec:
image: registry.digitalocean.com/ever/gauzy-api:latest
resources:
requests:
memory: "1024Mi"
memory: "2048Mi"
cpu: "1000m"
limits:
memory: "1536Mi"
cpu: "1200m"
memory: "3072Mi"
env:
- name: API_HOST
value: 0.0.0.0
Expand Down

0 comments on commit dbc4c3d

Please sign in to comment.