Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
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
openSource
apollo
Commits
165d0b8f
Commit
165d0b8f
authored
May 26, 2016
by
Yiming Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update health check config
parent
4ef524e0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
71 additions
and
13 deletions
+71
-13
bootstrap.yml
apollo-adminservice/src/main/resources/bootstrap.yml
+10
-3
bootstrap.yml
apollo-adminservice/src/test/resources/bootstrap.yml
+14
-2
bootstrap.yml
apollo-configservice/src/main/resources/bootstrap.yml
+10
-3
bootstrap.yml
apollo-configservice/src/test/resources/bootstrap.yml
+14
-2
application.yml
apollo-portal/src/main/resources/application.yml
+10
-3
application.yml
apollo-portal/src/test/resources/application.yml
+13
-0
No files found.
apollo-adminservice/src/main/resources/bootstrap.yml
View file @
165d0b8f
...
...
@@ -9,5 +9,12 @@ eureka:
enabled
:
true
endpoints
:
shutdown
:
enabled
:
true
\ No newline at end of file
health
:
sensitive
:
false
management
:
security
:
enabled
:
false
health
:
status
:
order
:
DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
apollo-adminservice/src/test/resources/bootstrap.yml
View file @
165d0b8f
...
...
@@ -5,4 +5,16 @@ eureka:
serviceUrl
:
defaultZone
:
http://${eureka.instance.hostname}:8090/eureka/
healthcheck
:
enabled
:
true
\ No newline at end of file
enabled
:
true
endpoints
:
health
:
sensitive
:
false
management
:
security
:
enabled
:
false
health
:
status
:
order
:
DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
apollo-configservice/src/main/resources/bootstrap.yml
View file @
165d0b8f
...
...
@@ -11,5 +11,12 @@ eureka:
enabled
:
true
endpoints
:
shutdown
:
enabled
:
true
\ No newline at end of file
health
:
sensitive
:
false
management
:
security
:
enabled
:
false
health
:
status
:
order
:
DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
apollo-configservice/src/test/resources/bootstrap.yml
View file @
165d0b8f
...
...
@@ -6,4 +6,16 @@ eureka:
serviceUrl
:
defaultZone
:
http://${eureka.instance.hostname}:8080/eureka/
healthcheck
:
enabled
:
true
\ No newline at end of file
enabled
:
true
endpoints
:
health
:
sensitive
:
false
management
:
security
:
enabled
:
false
health
:
status
:
order
:
DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
apollo-portal/src/main/resources/application.yml
View file @
165d0b8f
...
...
@@ -12,7 +12,14 @@ server:
logging
:
file
:
/opt/logs/100003173/apollo-portal.log
endpoints
:
shutdown
:
enabled
:
true
health
:
sensitive
:
false
management
:
security
:
enabled
:
false
health
:
status
:
order
:
DOWN, OUT_OF_SERVICE, UNKNOWN, UP
apollo-portal/src/test/resources/application.yml
View file @
165d0b8f
...
...
@@ -16,3 +16,15 @@ ctrip:
apollo
:
portal
:
env
:
local
endpoints
:
health
:
sensitive
:
false
management
:
security
:
enabled
:
false
health
:
status
:
order
:
DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
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