feat(argo-rollouts): Add possibility to configure healthz and metrics ports to be compatible with Istio (#1976)
This commit is contained in:
parent
5766533626
commit
b651465fb2
6 changed files with 26 additions and 10 deletions
|
|
@ -16,7 +16,7 @@ metadata:
|
|||
{{- end }}
|
||||
spec:
|
||||
endpoints:
|
||||
- port: metrics
|
||||
- port: {{ .Values.controller.metrics.service.portName }}
|
||||
{{- with .Values.controller.metrics.serviceMonitor.relabelings }}
|
||||
relabelings:
|
||||
{{- toYaml . | nindent 6 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue