Skip to content

Commit

Permalink
Updated deployment manifest, fixing variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed Mar 31, 2024
1 parent 11ffc1c commit dae2fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IoT/air_quality/air_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_air_quality(self):

# flush buffer - should help avoid issues where we get
# anomolous readings
self.serialConnection.reset_input_buffer()
self.serial_connection.reset_input_buffer()

return pm2, pm10

Expand Down
4 changes: 2 additions & 2 deletions IoT/air_quality/kubernetes_manifest_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
nodeName: rpinode0
containers:
- name: air-quality-office-mkiii
image: markhamlee/airquality:arm64
image: markhamlee/airquality:latest
imagePullPolicy: Always
resources:
limits:
Expand Down Expand Up @@ -94,4 +94,4 @@ spec:
value: /dev/ttyUSB0
imagePullSecrets:
- name: docker-creds
restartPolicy: Always
restartPolicy: Always

0 comments on commit dae2fff

Please sign in to comment.