We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a239134 commit 517525cCopy full SHA for 517525c
charts/alloy-operator/templates/deployment.yaml
@@ -38,8 +38,8 @@ spec:
38
args:
39
- --leader-elect
40
- --leader-election-id={{ include "alloy-operator.fullname" . }}
41
- - --health-probe-bind-address=":{{ .Values.service.health.port }}"
42
- - --metrics-bind-address=":{{ .Values.service.metrics.port }}"
+ - --health-probe-bind-address=:{{ .Values.service.health.port }}
+ - --metrics-bind-address=:{{ .Values.service.metrics.port }}
43
ports:
44
- name: http
45
containerPort: {{ .Values.service.health.port }}
0 commit comments