This commit is contained in:
parent
0f455c144d
commit
d60c27c19f
18
manifests/03-services/svc-postrges.yaml
Normal file
18
manifests/03-services/svc-postrges.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: vdk2ch
|
||||
name: postgres
|
||||
labels:
|
||||
app: postgres
|
||||
spec:
|
||||
selector:
|
||||
app: postgres
|
||||
ports:
|
||||
- protocol: TCP
|
||||
name: postgres
|
||||
port: 5432
|
||||
#nodePort: 30432
|
||||
#type: NodePort
|
Loading…
Reference in New Issue
Block a user