add pg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-12-18 01:18:16 +10:00
parent 077760f8a3
commit ad10eb371b

View File

@ -8,6 +8,8 @@ metadata:
labels:
app: postgres
spec:
externalIPs:
- 10.0.4.12
selector:
app: postgres
ports:
@ -16,14 +18,14 @@ spec:
port: 5432
#nodePort: 30432
#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
# ---
# 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