Skip to content

Commit 4382c13

Browse files
authored
Merge pull request #183237 from atikmapari/Broken-link-caya
Broken link fixed
2 parents e3a815d + 7c1555d commit 4382c13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/application-gateway/ingress-controller-add-health-probes.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ spec:
4141
```
4242
4343
Kubernetes API Reference:
44-
* [Container Probes](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes)
45-
* [HttpGet Action](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#httpgetaction-v1-core)
44+
* [Container Probes]https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#httpgetaction-v1-core)
4645
4746
> [!NOTE]
4847
> * `readinessProbe` and `livenessProbe` are supported when configured with `httpGet`.
@@ -62,4 +61,4 @@ For any property that can not be inferred by the readiness/liveness probe, Defau
6261
| `Protocol` | HTTP |
6362
| `Timeout` | 30 |
6463
| `Interval` | 30 |
65-
| `UnhealthyThreshold` | 3 |
64+
| `UnhealthyThreshold` | 3 |

0 commit comments

Comments
 (0)