From 397fb70a4248cf93264d0f0db1db5409734bab00 Mon Sep 17 00:00:00 2001 From: bobjwalker Date: Tue, 27 Feb 2024 14:58:53 -0600 Subject: [PATCH] Removing resource limits for now --- k8s/base/randomquotes-deployment.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/k8s/base/randomquotes-deployment.yaml b/k8s/base/randomquotes-deployment.yaml index af094ba..1920cb9 100644 --- a/k8s/base/randomquotes-deployment.yaml +++ b/k8s/base/randomquotes-deployment.yaml @@ -15,16 +15,9 @@ spec: containers: - name: randomquotes-web image: bobjwalker99/randomquotes-k8s:0.1.60 - resources: - requests: - memory: "64Mi" - cpu: "50m" - limits: - memory: "128Mi" - cpu: "150m" imagePullPolicy: "Always" ports: - - containerPort: 5000 + - containerPort: 8080 name: http-port env: - name: RANDOM_SECRET_PHRASE