Skip to content

Commit

Permalink
chore: optimize live configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Feb 7, 2024
1 parent bcd0e11 commit c30aea0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .deploy/k8s/k8s-manifest-api.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ spec:
containers:
- name: ever-teams-dev-api
image: registry.digitalocean.com/ever/gauzy-api-demo:latest
resources:
requests:
memory: '1536Mi'
cpu: '1000m'
limits:
memory: '2048Mi'
env:
- name: API_HOST
value: 0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion .deploy/k8s/k8s-manifest-api.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apiVersion: apps/v1
metadata:
name: ever-teams-prod-api
spec:
replicas: 3
replicas: 6
selector:
matchLabels:
app: ever-teams-prod-api
Expand Down

0 comments on commit c30aea0

Please sign in to comment.