Mercurial > code > home > repos > homeauto
comparison service/rdf_to_mqtt/deploy.yaml @ 1744:09df2b4b886f
deployment
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Nov 2023 17:21:33 -0800 |
parents | 3f4b447d65f5 |
children |
comparison
equal
deleted
inserted
replaced
1743:daf9deee42ca | 1744:09df2b4b886f |
---|---|
12 labels: | 12 labels: |
13 app: rdf-to-mqtt | 13 app: rdf-to-mqtt |
14 spec: | 14 spec: |
15 containers: | 15 containers: |
16 - name: rdf-to-mqtt | 16 - name: rdf-to-mqtt |
17 image: bang5:5000/rdf_to_mqtt_image | 17 image: reg:5000/rdf_to_mqtt_image |
18 args: | 18 args: |
19 - pdm | 19 - pdm |
20 - run | 20 - run |
21 - uvicorn | 21 - uvicorn |
22 - --access-log | 22 - --access-log |
23 - --host=0.0.0.0 | 23 - --host=0.0.0.0 |
24 - --log-level=trace | 24 - --log-level=debug |
25 - --port=8000 | 25 - --port=8000 |
26 - rdf_to_mqtt:app | 26 - rdf_to_mqtt:app |
27 ports: | 27 ports: |
28 - containerPort: 8000 | 28 - containerPort: 8000 |
29 --- | 29 --- |