fixing deployment

This commit is contained in:
2022-05-12 21:41:26 +02:00
parent aa46d36bc4
commit 3bb922eaa6
4 changed files with 36 additions and 25 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.database.name }}
spec:
selector:
app: {{ .Values.database.name }}
ports:
- protocol: TCP
port: 5432
targetPort: 5432