Skip to content

Commit

Permalink
lower memory requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Feb 21, 2024
1 parent a68b1f0 commit 831e106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/k8s/zoomiebot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
ports:
- {containerPort: 8000, name: http, protocol: TCP}
resources:
limits: {cpu: '0.125', memory: 2Gi}
limits: {cpu: '0.125', memory: 1Gi}
stdin: false
tty: false
workingDir: /data/project/zoomiebot/
Expand All @@ -50,7 +50,7 @@ spec:
ports:
- {containerPort: 8001, name: http, protocol: TCP}
resources:
limits: {cpu: '0.5', memory: 2Gi}
limits: {cpu: '0.5', memory: 1Gi}
stdin: false
tty: false
workingDir: /data/project/zoomiebot/project

0 comments on commit 831e106

Please sign in to comment.