File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
charts/perfectscale-agent Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ {{- if .Values.serviceMonitor.create -}}
12apiVersion : monitoring.coreos.com/v1
23kind : ServiceMonitor
34metadata :
1516 selector :
1617 matchLabels :
1718 {{- include "helm.selectorLabels" . | nindent 6 }}
19+ {{- end }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-exporter
44 pullPolicy : Always
5- tag : " v0.0.10 "
5+ tag : " v0.0.12 "
66settings :
77 serviceId : " psc-exporter"
88 env : " prod"
@@ -64,3 +64,5 @@ serviceAccount:
6464 # The name of the service account to use.
6565 # If not set and create is true, a name is generated using the fullname template
6666 name : " "
67+ serviceMonitor :
68+ create : false
You can’t perform that action at this time.
0 commit comments