mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 06:53:05 +00:00
13 lines
163 B
YAML
13 lines
163 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: postgres
|
|
labels:
|
|
app: postgres
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 5432
|
|
selector:
|
|
app: postgres
|