You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/java-config-server-usage.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,18 +78,18 @@ The following table lists the different configuration values available.
78
78
|`spring.cloud.config.server.git.uri` <br/> `spring.cloud.config.server.git.repos.{repoName}.uri`| URI of remote repository. |
79
79
|`spring.cloud.config.server.git.username` <br/> `spring.cloud.config.server.git.repos.{repoName}.username`| Username for authentication with remote repository. |
80
80
|`spring.cloud.config.server.git.password` <br/> `spring.cloud.config.server.git.repos.{repoName}.password`| Password for authentication with remote repository. |
81
-
|`spring.cloud.config.server.git.search-paths` <br/> `spring.cloud.config.server.git.repos.{repoName}.search-paths`| Search paths to use within local working copy. By default searches only the root. |
81
+
|`spring.cloud.config.server.git.search-paths` <br/> `spring.cloud.config.server.git.repos.{repoName}.search-paths`| Search paths to use within local working copy. By default searches only the root. |
82
82
|`spring.cloud.config.server.git.force-pull` <br/> `spring.cloud.config.server.git.repos.{repoName}.force-pull`| Flag to indicate that the repository should force pull. If true discard any local changes and take from remote repository. |
83
83
|`spring.cloud.config.server.git.default-label` <br/> `spring.cloud.config.server.git.repos.{repoName}.default-label`| The default label used for Git is main. If you do not set spring.cloud.config.server.git.default-label and a branch named main does not exist, the config server will by default also try to checkout a branch named master. If you would like to disable the fallback branch behavior you can set spring.cloud.config.server.git.tryMasterBranch to false. |
84
-
|`spring.cloud.config.server.git.try-master-branch` <br/> `spring.cloud.config.server.git.repos.{repoName}.try-master-branch`| The config server will by default try to checkout a branch named master. | true |
85
-
|`spring.cloud.config.server.git.skip-ssl-validation` <br/> `spring.cloud.config.server.git.repos.{repoName}.skip-ssl-validation`| The configuration server’s validation of the Git server’s SSL certificate can be disabled by setting the git.skipSslValidation property to true. |
86
-
|`spring.cloud.config.server.git.clone-on-start` <br/> `spring.cloud.config.server.git.repos.{repoName}.clone-on-start`| Flag to indicate that the repository should be cloned on startup (not on demand). Generally leads to slower startup but faster first query. |
87
-
|`spring.cloud.config.server.git.timeout` <br/> `spring.cloud.config.server.git.repos.{repoName}.timeout`| Timeout (in seconds) for obtaining HTTP or SSH connection (if applicable). Default 5 seconds. |
88
-
|`spring.cloud.config.server.git.refresh-rate` <br/> `spring.cloud.config.server.git.repos.{repoName}.refresh-rate`| How often the config server will fetch updated configuration data from your Git backend. |
84
+
|`spring.cloud.config.server.git.try-master-branch` <br/> `spring.cloud.config.server.git.repos.{repoName}.try-master-branch`| The config server will by default try to checkout a branch named master. |
85
+
|`spring.cloud.config.server.git.skip-ssl-validation` <br/> `spring.cloud.config.server.git.repos.{repoName}.skip-ssl-validation`| The configuration server’s validation of the Git server’s SSL certificate can be disabled by setting the git.skipSslValidation property to true. |
86
+
|`spring.cloud.config.server.git.clone-on-start` <br/> `spring.cloud.config.server.git.repos.{repoName}.clone-on-start`| Flag to indicate that the repository should be cloned on startup (not on demand). Generally leads to slower startup but faster first query. |
87
+
|`spring.cloud.config.server.git.timeout` <br/> `spring.cloud.config.server.git.repos.{repoName}.timeout`| Timeout (in seconds) for obtaining HTTP or SSH connection (if applicable). Default 5 seconds. |
88
+
|`spring.cloud.config.server.git.refresh-rate` <br/> `spring.cloud.config.server.git.repos.{repoName}.refresh-rate`| How often the config server will fetch updated configuration data from your Git backend. |
89
89
|`spring.cloud.config.server.git.private-key` <br/> `spring.cloud.config.server.git.repos.{repoName}.private-key`| Valid SSH private key. Must be set if ignore-local-ssh-settings is true and Git URI is SSH format. |
90
90
|`spring.cloud.config.server.git.host-key` <br/> `spring.cloud.config.server.git.repos.{repoName}.host-key`| Valid SSH host key. Must be set if host-key-algorithm is also set. |
91
-
|`spring.cloud.config.server.git.host-key-algorithm` <br/> `spring.cloud.config.server.git.repos.{repoName}.host-key-algorithm`| One of ssh-dss, ssh-rsa, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521. Must be set if host-key is also set. |
92
-
|`spring.cloud.config.server.git.strict-host-key-checking` <br/> `spring.cloud.config.server.git.repos.{repoName}.strict-host-key-checking`| true or false. If false, ignore errors with host key. |
91
+
|`spring.cloud.config.server.git.host-key-algorithm` <br/> `spring.cloud.config.server.git.repos.{repoName}.host-key-algorithm`| One of ssh-dss, ssh-rsa, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521. Must be set if host-key is also set. |
92
+
|`spring.cloud.config.server.git.strict-host-key-checking` <br/> `spring.cloud.config.server.git.repos.{repoName}.strict-host-key-checking`| true or false. If false, ignore errors with host key. |
93
93
|`spring.cloud.config.server.git.repos.{repoName}`| URI of remote repository. |
94
94
|`spring.cloud.config.server.git.repos.{repoName}.pattern`| The pattern format is a comma-separated list of {application}/{profile} names with wildcards. If {application}/{profile} does not match any of the patterns, it uses the default URI defined under. |
Copy file name to clipboardExpand all lines: articles/container-apps/java-eureka-server-usage.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,9 @@ The `az containerapp update` command uses the `--configuration` parameter to con
64
64
65
65
The following configuration settings are available on the `eureka.server` configuration property.
66
66
67
-
68
-
| Name | Description |
69
-
|--|--|
70
-
|`eureka.server.enable-self-preservation`| When enabled, the server keeps track of the number of renewals it should receive from the server. Any time, the number of renewals drops below the threshold percentage as defined by eureka.server.renewal-percent-threshold. The default value is set to true in the original Eureka server, but in the Eureka Server Java component, we have set its default value to false. See [Limitations of Spring Cloud Eureka Java component](#limitations)| false |
67
+
| Name | Description | Default value |
68
+
|--|--|--|
69
+
|`eureka.server.enable-self-preservation`| When enabled, the server keeps track of the number of renewals it should receive from the server. Any time, the number of renewals drops below the threshold percentage as defined by eureka.server.renewal-percent-threshold. The default value is set to `true` in the original Eureka server, but in the Eureka Server Java component, the default value is set to `false`. See [Limitations of Spring Cloud Eureka Java component](#limitations)| false |
71
70
|`eureka.server.renewal-percent-threshold`| The minimum percentage of renewals that is expected from the clients in the period specified by eureka.server.renewal-threshold-update-interval-ms. If the renewals drop below the threshold, the expirations are disabled if the eureka.server.enable-self-preservation is enabled. | 0.85 |
72
71
|`eureka.server.renewal-threshold-update-interval-ms`| The interval with which the threshold as specified in eureka.server.renewal-percent-threshold needs to be updated. | 0 |
73
72
|`eureka.server.expected-client-renewal-interval-seconds`| The interval with which clients are expected to send their heartbeats. Defaults to 30 seconds. If clients send heartbeats with different frequency, say, every 15 seconds, then this parameter should be tuned accordingly, otherwise, self-preservation won't work as expected. | 30 |
0 commit comments