Skip to content

Commit 1a8981c

Browse files
committed
Remove prometheus exporter port from service
Signed-off-by: Kwong Tung Nan <[email protected]>
1 parent 83f44fe commit 1a8981c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

charts/pgcat/templates/service.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@ spec:
1111
targetPort: pgcat
1212
protocol: TCP
1313
name: pgcat
14-
- port: {{ .Values.configuration.general.prometheus_exporter_port }}
15-
targetPort: metrics
16-
protocol: TCP
17-
name: metrics
1814
selector:
1915
{{- include "pgcat.selectorLabels" . | nindent 4 }}

0 commit comments

Comments
 (0)