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