Merge pull request #27278 from atoato88/add-example-java-configuration-to-tutorials-index

Add configuration java microservice link to tutorials index
pull/27281/head
Kubernetes Prow Robot 2021-03-28 17:30:44 -07:00 committed by GitHub
commit 7ac667b3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ Before walking through each tutorial, you may want to bookmark the
## Configuration
* [Example: Configuring a Java Microservice](/docs/tutorials/configuration/configure-java-microservice/)
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
## Stateless Applications