cloudnet-compose/k8s-specifications/db-service.yaml
2018-10-09 21:51:59 +02:00

14 lines
164 B
YAML

apiVersion: v1
kind: Service
metadata:
name: db
namespace: vote
spec:
type: ClusterIP
ports:
- port: 5432
targetPort: 5432
selector:
app: db