Skip to content

Commit 011cef0

Browse files
Removing resources
1 parent ddf5f39 commit 011cef0

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

charts/ingressmonitorcontroller/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ spec:
4040
ports:
4141
- containerPort: 8443
4242
name: https
43-
{{- end }}
44-
resources:
45-
{{- toYaml .Values.resources | nindent 10 }}
43+
resources:
44+
{{- toYaml .resources | nindent 10 }}
45+
{{- end }}
4646
- args:
4747
- --health-probe-bind-address=:8081
4848
- --metrics-bind-address=127.0.0.1:8080

charts/ingressmonitorcontroller/values.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ kube-rbac-proxy:
1515
repository: gcr.io/kubebuilder/kube-rbac-proxy
1616
tag: v0.8.0
1717
pullPolicy: IfNotPresent
18+
resources:
19+
{}
1820

1921
# Partial override for ingress-monitor-controller.fullname template (will keep the release name)
2022
nameOverride: ""
@@ -48,12 +50,13 @@ serviceAccount:
4850
name: ""
4951

5052
resources:
51-
limits:
52-
cpu: 100m
53-
memory: 128Mi
54-
requests:
55-
cpu: 100m
56-
memory: 128Mi
53+
{}
54+
# limits:
55+
# cpu: 100m
56+
# memory: 128Mi
57+
# requests:
58+
# cpu: 100m
59+
# memory: 128Mi
5760

5861
podAnnotations: {}
5962

0 commit comments

Comments
 (0)