Skip to content

Commit

Permalink
docs: fix typos inside docs/cloud-nativeness (#6080)
Browse files Browse the repository at this point in the history
  • Loading branch information
parikshitadhikari authored Oct 14, 2023
1 parent 8e11f3d commit bd0e25d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/cloud-nativeness/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ flow.to_docker_compose_yaml('docker-compose.yml')

````{admonition} Hint
:class: hint
You can use a custom jina Docker image for the Gateway service by setting the envrironment variable `JINA_GATEWAY_IMAGE` to the desired image before generating the configuration.
You can use a custom jina Docker image for the Gateway service by setting the environment variable `JINA_GATEWAY_IMAGE` to the desired image before generating the configuration.
````

let's take a look at the generated compose file:
Expand Down
4 changes: 2 additions & 2 deletions docs/cloud-nativeness/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You, the user, know your use case and requirements the best.
This means that, while Jina generates configurations for you that run out of the box, as a professional user you should always see them as just a starting point to get you off the ground.

```{hint}
The export funciton {meth}`~jina.Deployment.to_kubernetes_yaml` and {meth}`~jina.Flow.to_kubernetes_yaml` are helper functions to get your stared off the ground. **There are meant to be updated and adapted to every use case**
The export function {meth}`~jina.Deployment.to_kubernetes_yaml` and {meth}`~jina.Flow.to_kubernetes_yaml` are helper functions to get your stared off the ground. **There are meant to be updated and adapted to every use case**
```
````{admonition} Matching Jina versions
:class: caution
Expand Down Expand Up @@ -155,7 +155,7 @@ To expose your Gateway replicas outside Kubernetes, you can add a load balancer

````{admonition} Hint
:class: hint
You can use a custom Docker image for the Gateway deployment by setting the envrironment variable `JINA_GATEWAY_IMAGE` to the desired image before generating the configuration.
You can use a custom Docker image for the Gateway deployment by setting the environment variable `JINA_GATEWAY_IMAGE` to the desired image before generating the configuration.
````

## See also
Expand Down
2 changes: 1 addition & 1 deletion docs/cloud-nativeness/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ And as always, feel free to modify these files as you see fit for your use case.
````{admonition} Caution: Executor YAML configurations
:class: caution
As a general rule, the configuration files produced by `to_kubernets_yaml()` should run out of the box, and if you strictly
As a general rule, the configuration files produced by `to_kubernetes_yaml()` should run out of the box, and if you strictly
follow this how-to they will.
However, there is an exception to this: If you use a local dockerized Executor, and this Executors configuration is stored
Expand Down

0 comments on commit bd0e25d

Please sign in to comment.