templates/service.yaml を削除

This commit is contained in:
2026-02-07 00:30:53 +00:00
parent 5021cc54ab
commit 0da6266396

View File

@@ -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 }}