File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maintainers:
5
5
- name : PostgresML
6
6
7
7
appVersion : " 1.3.0"
8
- version : 0.2.5
8
+ version : 0.2.6
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ metadata:
4
4
name : {{ include "pgcat.fullname" . }}
5
5
labels :
6
6
{{- include "pgcat.labels" . | nindent 4 }}
7
+ {{- with .Values.podAnnotations }}
8
+ annotations :
9
+ {{- toYaml . | nindent 4 }}
10
+ {{- end }}
7
11
spec :
8
12
replicas : {{ .Values.replicaCount }}
9
13
selector :
36
40
- name : pgcat
37
41
containerPort : {{ .Values.configuration.general.port }}
38
42
protocol : TCP
43
+ {{- if .Values.configuration.general.enable_prometheus_exporter }}
44
+ - name : metrics
45
+ containerPort : {{ .Values.configuration.general.prometheus_exporter_port }}
46
+ protocol : TCP
47
+ {{- end }}
39
48
livenessProbe :
40
49
tcpSocket :
41
50
port : pgcat
You can’t perform that action at this time.
0 commit comments