Applied note formatting (#9925)
Apparently, this used the old note formatting. Just swapped out the tags with the new ones.pull/9504/head
parent
30c3bdc5c1
commit
2a3bf87b4d
|
|
@ -148,11 +148,11 @@ deployment.apps/frontend created
|
|||
service/frontend created
|
||||
```
|
||||
|
||||
**Note**: The nginx configuration is baked into the
|
||||
{{< note >}}**Note:** The nginx configuration is baked into the
|
||||
[container image](/examples/service/access/Dockerfile).
|
||||
A better way to do this would be to use a
|
||||
[ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/), so
|
||||
that you can change the configuration more easily.
|
||||
you can change the configuration more easily.{{< /note >}}
|
||||
|
||||
### Interact with the frontend Service
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue