Browse Source

Bio plus memory test remove

master
Antun Franjin 4 years ago
parent
commit
d05ccaee1a
  1. 8
      02_hetzner/01_prod/bioplus/deployment.yaml

8
02_hetzner/01_prod/bioplus/deployment.yaml

@ -28,11 +28,11 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
requests: requests:
memory: "512Mi" memory: "128Mi"
cpu: "1" cpu: "100m"
limits: limits:
memory: "2048Mi" memory: "256Mi"
cpu: "8" cpu: "4"
ports: ports:
- containerPort: 8000 - containerPort: 8000
name: bioplus-http name: bioplus-http

Loading…
Cancel
Save