Skip to content

Commit

Permalink
Merge pull request #388 from stakater/update-imc-resources
Browse files Browse the repository at this point in the history
Adding kube-rbac-proxy resources for imc
  • Loading branch information
MuneebAijaz authored Apr 12, 2023
2 parents 4011701 + 67ccb9e commit f505abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/ingressmonitorcontroller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -89,4 +91,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
---
---
2 changes: 2 additions & 0 deletions charts/ingressmonitorcontroller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit f505abf

Please sign in to comment.