U
Size: a a a
U
EK
U
EK
U
U
EK
EK
EK
EK
U
EK
U
m
VZ
apiVersion: v1
kind: Service
metadata:
name: postgres
namespace: test
spec:
ports:
- port: 5432
protocol: TCP
targetPort: 5432
type: ClusterIP
---
apiVersion: v1
kind: Endpoints
metadata:
name: postgres
namespace: test
subsets:
- addresses:
- ip: 192.168.0.10
ports:
- name: postgres
port: 5432
D
A
A
VZ
RR