Initial commit
This commit is contained in:
commit
c029592583
31 changed files with 39732 additions and 0 deletions
13
charts/postgres/templates/service.yaml
Normal file
13
charts/postgres/templates/service.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: postgres
|
||||
namespace: {{ .Values.namespace }}
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: postgres
|
||||
ports:
|
||||
- name: postgres
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
Loading…
Add table
Add a link
Reference in a new issue