Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d865204c
Commit
d865204c
authored
Jun 18, 2015
by
Satnam Singh
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10037 from satnam6502/es-logging
Add readiness probe to Elasticsearch and Kibana logging pods
parents
f4db1b1a
ce49c32d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
es-controller.yaml
cluster/addons/fluentd-elasticsearch/es-controller.yaml
+7
-0
kibana-controller.yaml
cluster/addons/fluentd-elasticsearch/kibana-controller.yaml
+7
-0
No files found.
cluster/addons/fluentd-elasticsearch/es-controller.yaml
View file @
d865204c
...
@@ -22,6 +22,13 @@ spec:
...
@@ -22,6 +22,13 @@ spec:
containers
:
containers
:
-
image
:
gcr.io/google_containers/elasticsearch:1.4
-
image
:
gcr.io/google_containers/elasticsearch:1.4
name
:
elasticsearch-logging
name
:
elasticsearch-logging
livenessProbe
:
name
:
es-liveness
httpGet
:
path
:
/
port
:
9200
initialDelaySeconds
:
30
timeoutSeconds
:
5
ports
:
ports
:
-
containerPort
:
9200
-
containerPort
:
9200
name
:
es-port
name
:
es-port
...
...
cluster/addons/fluentd-elasticsearch/kibana-controller.yaml
View file @
d865204c
...
@@ -22,6 +22,13 @@ spec:
...
@@ -22,6 +22,13 @@ spec:
containers
:
containers
:
-
name
:
kibana-logging
-
name
:
kibana-logging
image
:
gcr.io/google_containers/kibana:1.3
image
:
gcr.io/google_containers/kibana:1.3
livenessProbe
:
name
:
kibana-liveness
httpGet
:
path
:
/
port
:
5601
initialDelaySeconds
:
30
timeoutSeconds
:
5
env
:
env
:
-
name
:
"
ELASTICSEARCH_URL"
-
name
:
"
ELASTICSEARCH_URL"
value
:
"
http://elasticsearch-logging:9200"
value
:
"
http://elasticsearch-logging:9200"
...
...
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