From 9c365e0840b380c3271ec8e72a2c59663eb37196 Mon Sep 17 00:00:00 2001 From: David Okulski <32730627+DavidOkulski@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:07:35 -0800 Subject: [PATCH] Updated yaml and docker --- helm/templates/service.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/helm/templates/service.yaml b/helm/templates/service.yaml index 5713a50..bf8bfc4 100644 --- a/helm/templates/service.yaml +++ b/helm/templates/service.yaml @@ -1,19 +1,3 @@ ---- -apiVersion: v1 -kind: Service -metadata: - name: {{ .Release.Name }}-postgresql - labels: - app: {{ .Release.Name }}-postgresql -spec: - clusterIP: None - ports: - - name: postgres - port: {{ .Values.service.postgresPort }} - targetPort: {{ .Values.service.postgresPort }} - selector: - app: {{ .Release.Name }}-postgresql ---- apiVersion: v1 kind: Service metadata: