Skip to content

Commit 0c5dcee

Browse files
authored
fix: change health liveness probe port to 'http' (#2574)
Signed-off-by: Walter Moar <Walter.Moar@gov.bc.ca>
1 parent 61238d2 commit 0c5dcee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/app/templates/backend/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
failureThreshold: 3
9393
httpGet:
9494
path: /api/health
95-
port: 3000
95+
port: http
9696
scheme: HTTP
9797
initialDelaySeconds: 15
9898
periodSeconds: 30

0 commit comments

Comments
 (0)