We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04351ed commit 0f2ef2dCopy full SHA for 0f2ef2d
deployments/kai-scheduler/templates/services/operator.yaml
@@ -23,8 +23,10 @@ spec:
23
- name: operator
24
image: {{ .Values.global.registry }}/{{ .Values.operator.image.name }}:{{ .Chart.Version }}
25
imagePullPolicy: {{ .Values.operator.image.pullPolicy }}
26
+ {{- with .Values.operator.resources }}
27
resources:
- {{- toYaml .Values.operator.resources | nindent 12 }}
28
+ {{- toYaml . | nindent 12 }}
29
+ {{- end }}
30
args:
31
- --metrics-bind-address={{ .Values.operator.metricsBindAddress | default ":8080" }}
32
- --health-probe-bind-address={{ .Values.operator.probeBindAddress | default ":8081" }}
0 commit comments