mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-26 13:48:53 +08:00
11 lines
174 B
YAML
11 lines
174 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mainflux-postgres
|
|
labels:
|
|
name: mainflux-postgres
|
|
spec:
|
|
ports:
|
|
- port: 5432
|
|
selector:
|
|
name: mainflux-postgres |