Skip to content

Commit 0230e44

Browse files
authored
Merge pull request #57 from evanshortiss/minor-fixes
fix: large requests and name of myboot-next
2 parents 86b3be4 + b38c192 commit 0230e44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/kubefiles/myboot-deployment-resources-limits-v2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
labels:
55
app: myboot-next
6-
name: myboot-next-5
6+
name: myboot-next
77
spec:
88
replicas: 1
99
selector:
@@ -21,9 +21,9 @@ spec:
2121
- containerPort: 8080
2222
resources:
2323
requests:
24-
memory: "300000Mi"
24+
memory: "300Mi"
2525
cpu: "250m" # 1/4 core
2626
limits:
27-
memory: "900000Mi"
27+
memory: "900Mi"
2828
cpu: "1000m" # 1 core
2929

apps/kubefiles/myboot-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ spec:
1616
spec:
1717
containers:
1818
- name: myboot
19-
image: quay.io/rhdevelopers/myboot:v2
19+
image: quay.io/rhdevelopers/myboot:v1
2020
ports:
2121
- containerPort: 8080

0 commit comments

Comments
 (0)