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
64a1d15b
Commit
64a1d15b
authored
May 26, 2016
by
Jason Song
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #228 from yiming187/health_check
Update health check config
parents
c5e0ca63
165d0b8f
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 @
64a1d15b
...
@@ -9,5 +9,12 @@ eureka:
...
@@ -9,5 +9,12 @@ eureka:
enabled
:
true
enabled
:
true
endpoints
:
endpoints
:
shutdown
:
health
:
enabled
:
true
sensitive
:
false
\ No newline at end of file
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 @
64a1d15b
...
@@ -5,4 +5,16 @@ eureka:
...
@@ -5,4 +5,16 @@ eureka:
serviceUrl
:
serviceUrl
:
defaultZone
:
http://${eureka.instance.hostname}:8090/eureka/
defaultZone
:
http://${eureka.instance.hostname}:8090/eureka/
healthcheck
:
healthcheck
:
enabled
:
true
enabled
:
true
\ No newline at end of file
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 @
64a1d15b
...
@@ -11,5 +11,12 @@ eureka:
...
@@ -11,5 +11,12 @@ eureka:
enabled
:
true
enabled
:
true
endpoints
:
endpoints
:
shutdown
:
health
:
enabled
:
true
sensitive
:
false
\ No newline at end of file
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 @
64a1d15b
...
@@ -6,4 +6,16 @@ eureka:
...
@@ -6,4 +6,16 @@ eureka:
serviceUrl
:
serviceUrl
:
defaultZone
:
http://${eureka.instance.hostname}:8080/eureka/
defaultZone
:
http://${eureka.instance.hostname}:8080/eureka/
healthcheck
:
healthcheck
:
enabled
:
true
enabled
:
true
\ No newline at end of file
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 @
64a1d15b
...
@@ -12,7 +12,14 @@ server:
...
@@ -12,7 +12,14 @@ server:
logging
:
logging
:
file
:
/opt/logs/100003173/apollo-portal.log
file
:
/opt/logs/100003173/apollo-portal.log
endpoints
:
endpoints
:
shutdown
:
health
:
enabled
:
true
sensitive
:
false
management
:
security
:
enabled
:
false
health
:
status
:
order
:
DOWN, OUT_OF_SERVICE, UNKNOWN, UP
apollo-portal/src/test/resources/application.yml
View file @
64a1d15b
...
@@ -16,3 +16,15 @@ ctrip:
...
@@ -16,3 +16,15 @@ ctrip:
apollo
:
apollo
:
portal
:
portal
:
env
:
local
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