File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
charts/ingressmonitorcontroller Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)
2022nameOverride : " "
@@ -48,12 +50,13 @@ serviceAccount:
4850 name : " "
4951
5052resources :
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
5861podAnnotations : {}
5962
You can’t perform that action at this time.
0 commit comments