Updated documentation

This commit is contained in:
Tim Ysewyn
2019-12-10 14:40:37 +01:00
parent c7f12c9d29
commit 1db5e802dd
2 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
|===
|Name | Default | Description
|spring.cloud.kubernetes.enabled | true | If Kubernetes integration is enabled.
|spring.cloud.kubernetes.client.api-version | |
|spring.cloud.kubernetes.client.apiVersion | v1 | Kubernetes API Version
|spring.cloud.kubernetes.client.ca-cert-data | |

View File

@@ -8,6 +8,8 @@ as the code of the project relies on the
https://github.com/fabric8io/kubernetes-client[Fabric8 Kubernetes Java client], which is a fluent DSL that can
communicate by using `http` protocol to the REST API of the Kubernetes Server.
To disable the integration with Kubernetes you can set `spring.cloud.kubernetes.enabled` to `false`.
=== Kubernetes Profile Autoconfiguration
When the application runs as a pod inside Kubernetes, a Spring profile named `kubernetes` automatically gets activated.