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/iotbox-service.yaml

18 lines
246 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: iotbox
name: iotbox
namespace: pos
spec:
ports:
- name: "8070"
port: 8070
targetPort: 8069
- name: "8072"
port: 8072
targetPort: 8072
selector:
app: iotbox