Skip to content

Commit

Permalink
fix health check for rest api (#1793)
Browse files Browse the repository at this point in the history
Signed-off-by: pxp928 <parth.psu@gmail.com>
  • Loading branch information
pxp928 committed Mar 27, 2024
1 parent 6055128 commit ef1c2c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/guac-demo-compose.yaml
Expand Up @@ -70,7 +70,7 @@ services:
"CMD",
"wget",
"--spider",
"http://localhost:8222/healthz"
"http://localhost:8081/healthz"
]
interval: 10s
timeout: 10s
Expand Down
3 changes: 3 additions & 0 deletions container_files/guac/guac.yaml
Expand Up @@ -21,3 +21,6 @@ use-csub: true
# certifier polling
poll: true
interval: 5m

# REST API setup
rest-api-server-port: 8081

0 comments on commit ef1c2c9

Please sign in to comment.