Browse Source

Fix typo field memory to use.

feat-add/rm
Antun Franjin 4 years ago
parent
commit
8ab3cc4377
  1. 2
      qa/semcust/deployment.yaml

2
qa/semcust/deployment.yaml

@ -45,7 +45,7 @@ spec:
image: packages.semapp.lan:5000/semcust_backend:$IMAGE_TAG
resources:
requests:
memory: "256i"
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"

Loading…
Cancel
Save