Mercurial > code > home > repos > pi_mqtt
comparison deploy.yaml @ 7:f0d549ec5e59 default tip
deployment and hostname
author | drewp@bigasterisk.com |
---|---|
date | Mon, 23 Sep 2024 01:24:48 -0700 |
parents | 759f0ba7d345 |
children |
comparison
equal
deleted
inserted
replaced
6:7ea01e3d6a06 | 7:f0d549ec5e59 |
---|---|
26 - { name: nginx-conf, mountPath: "/etc/nginx/" } | 26 - { name: nginx-conf, mountPath: "/etc/nginx/" } |
27 livenessProbe: | 27 livenessProbe: |
28 httpGet: | 28 httpGet: |
29 path: /health | 29 path: /health |
30 port: 80 | 30 port: 80 |
31 initialDelaySeconds: 30 | |
31 - name: pi-mqtt-vite | 32 - name: pi-mqtt-vite |
32 image: reg:5000/pi_mqtt_image | 33 image: reg:5000/pi_mqtt_image |
33 ports: | 34 ports: |
34 - containerPort: 8002 | 35 - containerPort: 8002 |
35 command: | 36 command: |