Skip to content

Commit fda91ab

Browse files
authored
Broken link fixed
1 parent 3375cc7 commit fda91ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ spec:
4242
4343
Kubernetes API Reference:
4444
* [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)
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)