Commit 50f4f7b8 by yinyong

Update application.yml

parent 225931f4
...@@ -15,15 +15,15 @@ ...@@ -15,15 +15,15 @@
# limitations under the License. # limitations under the License.
cluster: cluster:
# standalone: standalone:
# Please check your ZooKeeper is 3.5+, However, it is also compatible with ZooKeeper 3.4.x. Replace the ZooKeeper 3.5+ # Please check your ZooKeeper is 3.5+, However, it is also compatible with ZooKeeper 3.4.x. Replace the ZooKeeper 3.5+
# library the oap-libs folder with your ZooKeeper 3.4.x library. # library the oap-libs folder with your ZooKeeper 3.4.x library.
zookeeper: # zookeeper:
nameSpace: ${SW_NAMESPACE:"skywalking"} # nameSpace: ${SW_NAMESPACE:"skywalking"}
hostPort: ${SW_CLUSTER_ZK_HOST_PORT:172.31.255.82:2181} # hostPort: ${SW_CLUSTER_ZK_HOST_PORT:172.31.255.82:2181}
#Retry Policy #Retry Policy
baseSleepTimeMs: ${SW_CLUSTER_ZK_SLEEP_TIME:1000} # initial amount of time to wait between retries # baseSleepTimeMs: ${SW_CLUSTER_ZK_SLEEP_TIME:1000} # initial amount of time to wait between retries
maxRetries: ${SW_CLUSTER_ZK_MAX_RETRIES:3} # max number of times to retry # maxRetries: ${SW_CLUSTER_ZK_MAX_RETRIES:3} # max number of times to retry
# kubernetes: # kubernetes:
# watchTimeoutSeconds: ${SW_CLUSTER_K8S_WATCH_TIMEOUT:60} # watchTimeoutSeconds: ${SW_CLUSTER_K8S_WATCH_TIMEOUT:60}
# namespace: ${SW_CLUSTER_K8S_NAMESPACE:default} # namespace: ${SW_CLUSTER_K8S_NAMESPACE:default}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment