File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,9 @@ skipper_oauth2_ui_login: "true"
336
336
# Comma-separated list of tokeninfo keys to retain
337
337
skipper_oauth2_ui_login_tokeninfo_keys : " "
338
338
339
+ skipper_hostname_credentials_controller_cpu : 10m
340
+ skipper_hostname_credentials_controller_memory : 50Mi
341
+
339
342
# ClusterScalingSchedules
340
343
# One or multiple cluster scaling schedules can be configured as a
341
344
# comma-separated list of <cluster schedule name>=<target value> pairs.
Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ spec:
138
138
- -combined-secret-labels=application=skipper-ingress,component=hostname-credentials-combined
139
139
resources :
140
140
limits :
141
- cpu : 10m
142
- memory : 50Mi
141
+ cpu : " {{ .Cluster.ConfigItems.skipper_hostname_credentials_controller_cpu }} "
142
+ memory : " {{ .Cluster.ConfigItems.skipper_hostname_credentials_controller_memory }} "
143
143
requests :
144
- cpu : 10m
145
- memory : 50Mi
144
+ cpu : " {{ .Cluster.ConfigItems.skipper_hostname_credentials_controller_cpu }} "
145
+ memory : " {{ .Cluster.ConfigItems.skipper_hostname_credentials_controller_memory }} "
146
146
# {{ end }}
You can’t perform that action at this time.
0 commit comments