diff --git a/deploy/app/helm-values.yaml b/deploy/app/helm-values.yaml index 16756b9..899ceaf 100644 --- a/deploy/app/helm-values.yaml +++ b/deploy/app/helm-values.yaml @@ -1,6 +1,15 @@ global: # forcing docker.io to use cache from harbor - imageRegistry: "docker.io" + imageRegistry: "docker.io" + +resources: + + limits: + cpu: 500m + memory: 1024Mi + requests: + cpu: 100m + memory: 256Mi image: # IMPORTANT: