1
0
Fork 0
This repository has been archived on 2022-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
odoo-pos-distribution/deployment/db-service.yaml

15 lines
183 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: db
name: db
namespace: pos
spec:
ports:
- name: postgres
port: 5432
targetPort: 5432
selector:
app: db