From 0da6266396dc69b95ff5beecc640650798c04a6f Mon Sep 17 00:00:00 2001 From: pieter Date: Sat, 7 Feb 2026 00:30:53 +0000 Subject: [PATCH] =?UTF-8?q?templates/service.yaml=20=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/service.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 templates/service.yaml diff --git a/templates/service.yaml b/templates/service.yaml deleted file mode 100644 index 19270d1..0000000 --- a/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "postgresql.fullname" . }} - labels: - {{- include "postgresql.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: postgres - protocol: TCP - name: postgres - selector: - {{- include "postgresql.selectorLabels" . | nindent 4 }}