19 lines
257 B
YAML
19 lines
257 B
YAML
|
|
||
|
---
|
||
|
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
|