Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Ensure metrics config is always there for controller manager
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 committed Feb 24, 2023
1 parent 8b0938a commit 208ced9
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -13,10 +13,8 @@ data:
namespace: {{ .Release.Namespace }}
labels:
{{- include "spire-server.labels" . | nindent 8 }}
{{- if (dig "telemetry" "prometheus" "enabled" .Values.telemetry.prometheus.enabled .Values.global) }}
metrics:
bindAddress: 0.0.0.0:8082
{{- end }}
healthProbe:
bindAddress: 127.0.0.1:8083
leaderElection:
Expand Down

0 comments on commit 208ced9

Please sign in to comment.