This commit is contained in:
parent
65adbfef48
commit
077760f8a3
@ -16,3 +16,14 @@ spec:
|
|||||||
port: 5432
|
port: 5432
|
||||||
#nodePort: 30432
|
#nodePort: 30432
|
||||||
#type: NodePort
|
#type: NodePort
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Endpoints
|
||||||
|
metadata:
|
||||||
|
namespace: pg
|
||||||
|
name: postgres #<------ Should match the name of Service
|
||||||
|
subsets:
|
||||||
|
- addresses:
|
||||||
|
- ip: 10.0.4.12
|
||||||
|
ports:
|
||||||
|
- port: 5432
|
Loading…
Reference in New Issue
Block a user