diff --git a/manifests/database.yaml b/manifests/database.yaml index eb9fd1b..2914038 100644 --- a/manifests/database.yaml +++ b/manifests/database.yaml @@ -23,7 +23,7 @@ spec: resources: requests: cpu: 100m - memory: 100mi + memory: 100Mi limits: cpu: 500m - memory: 500mi + memory: 500Mi