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
4e58e001
Commit
4e58e001
authored
Jun 27, 2015
by
Satnam Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change port names to avoid validation failure
parent
102a8a1e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
es-controller.yaml
cluster/addons/fluentd-elasticsearch/es-controller.yaml
+2
-2
es-service.yaml
cluster/addons/fluentd-elasticsearch/es-service.yaml
+1
-1
kibana-controller.yaml
cluster/addons/fluentd-elasticsearch/kibana-controller.yaml
+1
-1
kibana-service.yaml
cluster/addons/fluentd-elasticsearch/kibana-service.yaml
+1
-1
es-controller.yaml
...eos/azure/addons/fluentd-elasticsearch/es-controller.yaml
+2
-2
replication_controller_example.json
pkg/api/replication_controller_example.json
+2
-2
No files found.
cluster/addons/fluentd-elasticsearch/es-controller.yaml
View file @
4e58e001
...
...
@@ -24,10 +24,10 @@ spec:
name
:
elasticsearch-logging
ports
:
-
containerPort
:
9200
name
:
es-port
name
:
db
protocol
:
TCP
-
containerPort
:
9300
name
:
es-transport-
port
name
:
trans
port
protocol
:
TCP
volumeMounts
:
-
name
:
es-persistent-storage
...
...
cluster/addons/fluentd-elasticsearch/es-service.yaml
View file @
4e58e001
...
...
@@ -11,6 +11,6 @@ spec:
ports
:
-
port
:
9200
protocol
:
TCP
targetPort
:
es-port
targetPort
:
db
selector
:
k8s-app
:
elasticsearch-logging
cluster/addons/fluentd-elasticsearch/kibana-controller.yaml
View file @
4e58e001
...
...
@@ -27,5 +27,5 @@ spec:
value
:
"
http://elasticsearch-logging:9200"
ports
:
-
containerPort
:
5601
name
:
kibana-port
name
:
ui
protocol
:
TCP
cluster/addons/fluentd-elasticsearch/kibana-service.yaml
View file @
4e58e001
...
...
@@ -12,6 +12,6 @@ spec:
ports
:
-
port
:
5601
protocol
:
TCP
targetPort
:
kibana-port
targetPort
:
ui
selector
:
k8s-app
:
kibana-logging
docs/getting-started-guides/coreos/azure/addons/fluentd-elasticsearch/es-controller.yaml
View file @
4e58e001
...
...
@@ -24,10 +24,10 @@ spec:
name
:
elasticsearch-logging
ports
:
-
containerPort
:
9200
name
:
es-port
name
:
db
protocol
:
TCP
-
containerPort
:
9300
name
:
es-transport-
port
name
:
trans
port
protocol
:
TCP
volumeMounts
:
-
name
:
es-persistent-storage
...
...
pkg/api/replication_controller_example.json
View file @
4e58e001
...
...
@@ -49,12 +49,12 @@
"image"
:
"gcr.io/google_containers/elasticsearch:1.0"
,
"ports"
:
[
{
"name"
:
"
es-port
"
,
"name"
:
"
db
"
,
"containerPort"
:
9200
,
"protocol"
:
"TCP"
},
{
"name"
:
"
es-transport-
port"
,
"name"
:
"
trans
port"
,
"containerPort"
:
9300
,
"protocol"
:
"TCP"
}
...
...
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