forked from mystiq/dex
12 lines
156 B
YAML
12 lines
156 B
YAML
|
apiVersion: v1beta3
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: postgres
|
||
|
name: auth-postgres
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 5432
|
||
|
selector:
|
||
|
app: postgres
|