We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4011701 + 67ccb9e commit f505abfCopy full SHA for f505abf
charts/ingressmonitorcontroller/templates/deployment.yaml
@@ -40,7 +40,9 @@ spec:
40
ports:
41
- containerPort: 8443
42
name: https
43
- {{- end }}
+ resources:
44
+ {{- toYaml .resources | nindent 10 }}
45
+ {{- end }}
46
- args:
47
- --health-probe-bind-address=:8081
48
- --metrics-bind-address=127.0.0.1:8080
@@ -89,4 +91,4 @@ spec:
89
91
tolerations:
90
92
{{- toYaml . | nindent 8 }}
93
{{- end }}
----
94
+---
charts/ingressmonitorcontroller/values.yaml
@@ -17,6 +17,8 @@ kube-rbac-proxy:
17
repository: gcr.io/kubebuilder/kube-rbac-proxy
18
tag: v0.8.0
19
pullPolicy: IfNotPresent
20
21
+ {}
22
23
# Partial override for ingress-monitor-controller.fullname template (will keep the release name)
24
nameOverride: ""
0 commit comments