Skip to content

Commit dc984c1

Browse files
authored
Remove resources by default (#204)
1 parent effac63 commit dc984c1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

incubator/monochart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: A declarative helm chart for deploying common types of services on Kubernetes
33
name: monochart
4-
version: 0.11.0
5-
appVersion: 0.11.0
4+
version: 0.12.0
5+
appVersion: 0.12.0
66
home: https://github.com/cloudposse/charts/tree/master/incubator/monochart
77
icon: https://raw.githubusercontent.com/cloudposse/charts/master/incubator/monochart/logo.png
88
maintainers:

incubator/monochart/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,12 @@ probes:
293293
# port: http
294294

295295
resources:
296-
limits:
297-
cpu: 100m
298-
memory: 128Mi
299-
requests:
300-
cpu: 80m
301-
memory: 64Mi
296+
# limits:
297+
# cpu: 100m
298+
# memory: 128Mi
299+
# requests:
300+
# cpu: 80m
301+
# memory: 64Mi
302302

303303
persistence:
304304
enabled: false

0 commit comments

Comments
 (0)