Skip to content

Commit

Permalink
fix: add PORT env for zwave
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Apr 4, 2024
1 parent 34569ee commit aebb11e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ spec:
tag: 9.10.2@sha256:b8a32e5059d4a1ded6c8b1011e897564146f5a6d7b14f6f17aaf9746e58c306c
env:
TZ: America/New_York
PORT: &port 80
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /health
port: &port 8091
port: *port
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
Expand Down

0 comments on commit aebb11e

Please sign in to comment.