Remove unneeded CPU quota

This commit is contained in:
Pal Kerecsenyi 2024-01-09 17:42:12 +00:00
parent a26c6f7104
commit e700c805af
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -39,11 +39,6 @@ spec:
image: gitlab.palk.me:5050/paltiverse/palanki:$CI_COMMIT_SHA image: gitlab.palk.me:5050/paltiverse/palanki:$CI_COMMIT_SHA
ports: ports:
- containerPort: 8080 - containerPort: 8080
resources:
limits:
cpu: 500m
requests:
cpu: 200m
env: env:
- name: SYNC_PORT - name: SYNC_PORT
value: "8080" value: "8080"