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

15 lines
189 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: iotbox
name: iotbox
namespace: pos
spec:
ports:
- name: http
port: 80
targetPort: 8069
selector:
app: iotbox