diff deploy.yaml @ 1:3d7f2dc9beec

read 1 mqtt topic; dummy convert; route to debugging view
author drewp@bigasterisk.com
date Fri, 09 Aug 2024 16:59:06 -0700
parents 0b5b4ede1bf5
children
line wrap: on
line diff
--- a/deploy.yaml	Fri Aug 09 15:09:22 2024 -0700
+++ b/deploy.yaml	Fri Aug 09 16:59:06 2024 -0700
@@ -40,11 +40,8 @@
           command:
           - pdm
           - run
-          - uvicorn
-          - '--port=8001'
-          - '--host=0.0.0.0'
-          - '--reload'
-          - 'mqtt_metrics:app'
+          - python
+          - 'mqtt_metrics.py'
 ---
 apiVersion: v1
 kind: Service