This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new f5d5a7d  Update app-deployment.yaml (#186)
f5d5a7d is described below

commit f5d5a7de503ae21979105d414a69292ddc1cf77a
Author: Kit Chan <[email protected]>
AuthorDate: Thu Jan 25 19:37:31 2024 -0800

    Update app-deployment.yaml (#186)
---
 tests/data/setup/apps/app-deployment.yaml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/tests/data/setup/apps/app-deployment.yaml 
b/tests/data/setup/apps/app-deployment.yaml
index 79ff78d..73a9ff6 100644
--- a/tests/data/setup/apps/app-deployment.yaml
+++ b/tests/data/setup/apps/app-deployment.yaml
@@ -52,10 +52,6 @@ spec:
           value: app1
         ports:
         - containerPort: 8080
-        resources:
-          limits:
-            memory: '150Mi'
-            cpu: 50m
 ---
 apiVersion: apps/v1
 kind: Deployment
@@ -81,10 +77,6 @@ spec:
           value: app2
         ports:
         - containerPort: 8080
-        resources:
-          limits:
-            memory: '150Mi'
-            cpu: 50m
 
 ---
 
@@ -112,10 +104,6 @@ spec:
           value: app1
         ports:
         - containerPort: 8080
-        resources:
-          limits:
-            memory: '150Mi'
-            cpu: 50m
 ---
 apiVersion: apps/v1
 kind: Deployment
@@ -141,7 +129,3 @@ spec:
           value: app2
         ports:
         - containerPort: 8080
-        resources:
-          limits:
-            memory: '150Mi'
-            cpu: 50m

Reply via email to