whc4: quiet PHP WAF health probes
This commit is contained in:
@@ -101,6 +101,12 @@
|
||||
"livenessProbe": {
|
||||
"failureThreshold": 3,
|
||||
"httpGet": {
|
||||
"httpHeaders": [
|
||||
{
|
||||
"name": "Host",
|
||||
"value": "php.iamworkin.lan"
|
||||
}
|
||||
],
|
||||
"path": "/healthz",
|
||||
"port": 8080,
|
||||
"scheme": "HTTP"
|
||||
@@ -121,6 +127,12 @@
|
||||
"readinessProbe": {
|
||||
"failureThreshold": 3,
|
||||
"httpGet": {
|
||||
"httpHeaders": [
|
||||
{
|
||||
"name": "Host",
|
||||
"value": "php.iamworkin.lan"
|
||||
}
|
||||
],
|
||||
"path": "/healthz",
|
||||
"port": 8080,
|
||||
"scheme": "HTTP"
|
||||
|
||||
Reference in New Issue
Block a user