From adb2c9b2f6756291563659507f8f2636dd157599 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Tue, 10 Dec 2024 10:38:23 -0600 Subject: [PATCH] chore(cloud-screenshot): remove resource limits from app and nginx containers. --- charts/cloud-screenshot/Chart.yaml | 2 +- charts/cloud-screenshot/templates/cloud-screenshot.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/cloud-screenshot/Chart.yaml b/charts/cloud-screenshot/Chart.yaml index 2ab9452..36dbcaf 100644 --- a/charts/cloud-screenshot/Chart.yaml +++ b/charts/cloud-screenshot/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: cloud-screenshot -version: 1.1.1 +version: 1.1.2 diff --git a/charts/cloud-screenshot/templates/cloud-screenshot.yml b/charts/cloud-screenshot/templates/cloud-screenshot.yml index 4f68f4d..83176ba 100644 --- a/charts/cloud-screenshot/templates/cloud-screenshot.yml +++ b/charts/cloud-screenshot/templates/cloud-screenshot.yml @@ -170,7 +170,6 @@ spec: cpu: 100m memory: 128Mi limits: - cpu: 250m memory: 2G startupProbe: exec: @@ -201,7 +200,6 @@ spec: cpu: 100m memory: 256Mi limits: - cpu: 250m memory: 600Mi volumeMounts: - name: wordpress