diff --git a/charts/ingressmonitorcontroller/templates/deployment.yaml b/charts/ingressmonitorcontroller/templates/deployment.yaml index 576a1d26..2bb82729 100644 --- a/charts/ingressmonitorcontroller/templates/deployment.yaml +++ b/charts/ingressmonitorcontroller/templates/deployment.yaml @@ -40,7 +40,9 @@ spec: ports: - containerPort: 8443 name: https - {{- end }} + resources: + {{- toYaml .resources | nindent 10 }} + {{- end }} - args: - --health-probe-bind-address=:8081 - --metrics-bind-address=127.0.0.1:8080 @@ -89,4 +91,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} ---- +--- \ No newline at end of file diff --git a/charts/ingressmonitorcontroller/values.yaml b/charts/ingressmonitorcontroller/values.yaml index 398beb5a..88a317fc 100644 --- a/charts/ingressmonitorcontroller/values.yaml +++ b/charts/ingressmonitorcontroller/values.yaml @@ -17,6 +17,8 @@ kube-rbac-proxy: repository: gcr.io/kubebuilder/kube-rbac-proxy tag: v0.8.0 pullPolicy: IfNotPresent + resources: + {} # Partial override for ingress-monitor-controller.fullname template (will keep the release name) nameOverride: ""