Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianshuqin
dc-common
Commits
50f4f7b8
Commit
50f4f7b8
authored
Feb 28, 2020
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update application.yml
parent
225931f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
application.yml
docker-skywalking/6.x/config/application.yml
+6
-6
No files found.
docker-skywalking/6.x/config/application.yml
View file @
50f4f7b8
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment