Skip to content

Commit dec02b5

Browse files
author
runzexia
committed
rm resources limit
1 parent 80cc63b commit dec02b5

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

deploy/dev/docs-sample.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ spec:
3434
ports:
3535
- containerPort: 80
3636
protocol: TCP
37-
resources:
38-
limits:
39-
cpu: "1"
40-
memory: 500Mi
4137
terminationMessagePath: /dev/termination-log
4238
terminationMessagePolicy: File
4339
dnsPolicy: ClusterFirst

deploy/no-branch-dev/docs-sample.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ spec:
3434
ports:
3535
- containerPort: 80
3636
protocol: TCP
37-
resources:
38-
limits:
39-
cpu: "1"
40-
memory: 500Mi
4137
terminationMessagePath: /dev/termination-log
4238
terminationMessagePolicy: File
4339
dnsPolicy: ClusterFirst

deploy/production/docs-sample.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ spec:
3939
ports:
4040
- containerPort: 80
4141
protocol: TCP
42-
resources:
43-
limits:
44-
cpu: "1"
45-
memory: 500Mi
4642
terminationMessagePath: /dev/termination-log
4743
terminationMessagePolicy: File
4844
dnsPolicy: ClusterFirst

0 commit comments

Comments
 (0)