Skip to content

Commit

Permalink
Updated yaml and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski committed Jan 7, 2025
1 parent 9a964df commit 9c365e0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions helm/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9c365e0

Please sign in to comment.