k8s/manifests/03-services/svc-postrges.yaml
Simple_Not c781e4e94e
All checks were successful
continuous-integration/drone/push Build is passing
add pg
2023-12-14 19:55:32 +10:00

19 lines
253 B
YAML

---
apiVersion: v1
kind: Service
metadata:
namespace: pg
name: postgres
labels:
app: postgres
spec:
selector:
app: postgres
ports:
- protocol: TCP
name: postgres
port: 5432
#nodePort: 30432
#type: NodePort