Skip to content

Commit 2689129

Browse files
author
Maya Baya
committed
temporarily disable readiness probe
1 parent 360df55 commit 2689129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readiness.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php declare(strict_types=1);
22

3+
// todo
4+
exit(0);
5+
36
// do not allow redirects to https to avoid 'http: server gave HTTP response to HTTPS client' in Kubernetes
47
$_SERVER['HTTPS'] = 'off';
58
$_ENV['HTTPS'] = 'off';

0 commit comments

Comments
 (0)