mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 15:11:10 +00:00
11 lines
209 B
YAML
11 lines
209 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: postgres-cluster-ip-service
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
component: postgres
|
|
ports:
|
|
- port: 5432
|
|
targetPort: 5432 |