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
resources:
requests:
memory: "512Mi"
cpu: "1"
memory: "128Mi"
cpu: "100m"
limits:
memory: "2048Mi"
cpu: "8"
memory: "256Mi"
cpu: "4"
ports:
- containerPort: 8000
name: bioplus-http

Loading…
Cancel
Save