File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : cardano-node
33description : Creates a Cardano node deployment with SOCAT sidecar
4- version : 0.7.0
4+ version : 0.7.1
55appVersion : 10.5.3
66maintainers :
77 - name : aurora
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ metadata:
1010{{ toYaml . | indent 4 }}
1111{{- end }}
1212spec :
13+ {{- with .Values.podMonitor.fallbackScrapeProtocol }}
14+ fallbackScrapeProtocol : {{ . | quote }}
15+ {{- end }}
1316 selector :
1417 matchLabels :
1518 {{- include "cardano-node.matchLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ tolerations:
112112podMonitor :
113113 enabled : false
114114 # extraLabels: {}
115+ # Required for Prometheus >= v3.0.0
116+ fallbackScrapeProtocol : " PrometheusText0.0.4"
115117 podMetricsEndpoints :
116118 - port : metrics
117119 path : /metrics
You can’t perform that action at this time.
0 commit comments