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 : v1
22name : ogmios
33description : Creates an Ogmios API service with SOCAT sidecar
4- version : 0.0.7
4+ version : 0.0.8
55appVersion : v6.14.0
66maintainers :
77 - name : aurora
Original file line number Diff line number Diff line change 4646 imagePullPolicy : {{ .Values.image.pullPolicy }}
4747 name : ogmios
4848 ports :
49- - containerPort : 1337
49+ - name : http
50+ containerPort : 1337
5051 {{- with .Values.livenessProbe }}
5152 livenessProbe :
5253 {{- toYaml . | nindent 10 }}
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ podMonitor:
5656 enabled : false
5757 extraLabels : {}
5858 podMetricsEndpoints :
59- - port : 1337
59+ # port in Podmonitor should match containerPort name in deployment
60+ - port : http
6061 path : /metrics
6162 scheme : http
6263 interval : 30s
You can’t perform that action at this time.
0 commit comments