fixing deployment
This commit is contained in:
11
template-postgres/templates/service.yaml
Normal file
11
template-postgres/templates/service.yaml
Normal 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
|
Reference in New Issue
Block a user