templates/service.yaml を削除
This commit is contained in:
@@ -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 }}
|
|
||||||
Reference in New Issue
Block a user