We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b03881 commit 31f4856Copy full SHA for 31f4856
charts/pgcat/Chart.yaml
@@ -5,4 +5,4 @@ maintainers:
5
- name: PostgresML
6
email: [email protected]
7
appVersion: "1.3.0"
8
-version: 0.2.5
+version: 0.2.6
charts/pgcat/templates/deployment.yaml
@@ -36,6 +36,11 @@ spec:
36
- name: pgcat
37
containerPort: {{ .Values.configuration.general.port }}
38
protocol: TCP
39
+ {{- if .Values.configuration.general.enable_prometheus_exporter }}
40
+ - name: metrics
41
+ containerPort: {{ .Values.configuration.general.prometheus_exporter_port }}
42
+ protocol: TCP
43
+ {{- end }}
44
livenessProbe:
45
tcpSocket:
46
port: pgcat
0 commit comments