Skip to content

Commit

Permalink
Update app-deployment.yaml (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
shukitchan authored Jan 26, 2024
1 parent 32cf1e7 commit f5d5a7d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/data/setup/apps/app-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ spec:
value: app1
ports:
- containerPort: 8080
resources:
limits:
memory: '150Mi'
cpu: 50m
---
apiVersion: apps/v1
kind: Deployment
Expand All @@ -81,10 +77,6 @@ spec:
value: app2
ports:
- containerPort: 8080
resources:
limits:
memory: '150Mi'
cpu: 50m

---

Expand Down Expand Up @@ -112,10 +104,6 @@ spec:
value: app1
ports:
- containerPort: 8080
resources:
limits:
memory: '150Mi'
cpu: 50m
---
apiVersion: apps/v1
kind: Deployment
Expand All @@ -141,7 +129,3 @@ spec:
value: app2
ports:
- containerPort: 8080
resources:
limits:
memory: '150Mi'
cpu: 50m

0 comments on commit f5d5a7d

Please sign in to comment.