diff deploy.yaml @ 27:32cfefe3155b

try harder to crash if there's an mqtt error, so k8s does a full restart
author drewp@bigasterisk.com
date Sat, 23 Mar 2024 15:25:02 -0700
parents 5a77696c6dab
children
line wrap: on
line diff
--- a/deploy.yaml	Sat Feb 03 20:56:27 2024 -0800
+++ b/deploy.yaml	Sat Mar 23 15:25:02 2024 -0700
@@ -40,11 +40,8 @@
           command:
           - pdm
           - run
-          - uvicorn
-          - '--port=8001'
-          - '--host=0.0.0.0'
-          - '--reload'
-          - 'light_bridge:app'
+          - python
+          - light_bridge.py
 ---
 apiVersion: v1
 kind: Service