docs: grammar and spelling fixes (#22136)

<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

Fix a few grammar and spelling errors.


## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Ville Skyttä
2025-02-28 21:13:37 -01:00
committed by GitHub
parent 1f684b9b92
commit ae3eec2c70
12 changed files with 12 additions and 12 deletions

View File

@@ -161,7 +161,7 @@ In these Kubernetes YAML file, there are various objects, separated by the `---`
your Python application](configure-ci-cd.md).
- A Service, which will define how the ports are mapped in the containers.
- A PersistentVolumeClaim, to define a storage that will be persistent through restarts for the database.
- A Secret, Keeping the database password as a example using secret kubernetes resource.
- A Secret, Keeping the database password as an example using secret kubernetes resource.
- A NodePort service, which will route traffic from port 30001 on your host to
port 8001 inside the pods it routes to, allowing you to reach your app
from the network.