fix: good practices links (#52)

pull/53/head
Rémy-Christophe Schermesser 5 years ago committed by GitHub
parent e2b18d2d84
commit 67f4216fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,19 +41,19 @@ Kubernetes sends this signal when it wants to stop a container. You should liste
### Probes
Define [liveness and readiness probes](../12-probes) for your containers.
Define [liveness and readiness probes](../11-probes) for your containers.
### Resources request and limits
Define [resources](../13-resources) for your containers.
Define [resources](../12-resources) for your containers.
### Pod (anti-)affinity
Specify an [anti-affinity](../14-affinity-anti-affinity) for the pods of your deployements.
Specify an [anti-affinity](../13-affinity-anti-affinity) for the pods of your deployements.
### PDB
Specify a [PDB](../15-pdb) for your deployments.
Specify a [PDB](../14-pdb) for your deployments.
## Other good practices

Loading…
Cancel
Save