Skip to content

Commit

Permalink
Removing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneebstakater committed May 20, 2022
1 parent ddf5f39 commit 011cef0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/ingressmonitorcontroller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ spec:
ports:
- containerPort: 8443
name: https
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 10 }}
resources:
{{- toYaml .resources | nindent 10 }}
{{- end }}
- args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
Expand Down
15 changes: 9 additions & 6 deletions charts/ingressmonitorcontroller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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 Expand Up @@ -48,12 +50,13 @@ serviceAccount:
name: ""

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
{}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

podAnnotations: {}

Expand Down

0 comments on commit 011cef0

Please sign in to comment.