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
e9220dd4
Commit
e9220dd4
authored
Jan 25, 2019
by
Sandeep Rajan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add prometheus port
parent
73760018
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
0 deletions
+13
-0
coredns.yaml.base
cluster/addons/dns/coredns/coredns.yaml.base
+3
-0
coredns.yaml.in
cluster/addons/dns/coredns/coredns.yaml.in
+3
-0
coredns.yaml.sed
cluster/addons/dns/coredns/coredns.yaml.sed
+3
-0
manifests.go
cmd/kubeadm/app/phases/addons/dns/manifests.go
+4
-0
No files found.
cluster/addons/dns/coredns/coredns.yaml.base
View file @
e9220dd4
...
@@ -187,3 +187,6 @@ spec:
...
@@ -187,3 +187,6 @@ spec:
- name: dns-tcp
- name: dns-tcp
port: 53
port: 53
protocol: TCP
protocol: TCP
- name: metrics
port: 9153
protocol: TCP
cluster/addons/dns/coredns/coredns.yaml.in
View file @
e9220dd4
...
@@ -187,3 +187,6 @@ spec:
...
@@ -187,3 +187,6 @@ spec:
- name: dns-tcp
- name: dns-tcp
port: 53
port: 53
protocol: TCP
protocol: TCP
- name: metrics
port: 9153
protocol: TCP
cluster/addons/dns/coredns/coredns.yaml.sed
View file @
e9220dd4
...
@@ -187,3 +187,6 @@ spec:
...
@@ -187,3 +187,6 @@ spec:
-
na
me: dns-tcp
-
na
me: dns-tcp
p
ort
:
53
p
ort
:
53
p
roto
c
ol: TCP
p
roto
c
ol: TCP
-
na
me: metrics
p
ort
:
9153
p
roto
c
ol: TCP
cmd/kubeadm/app/phases/addons/dns/manifests.go
View file @
e9220dd4
...
@@ -204,6 +204,10 @@ spec:
...
@@ -204,6 +204,10 @@ spec:
port: 53
port: 53
protocol: TCP
protocol: TCP
targetPort: 53
targetPort: 53
- name: metrics
port: 9153
protocol: TCP
targetPort: 9153
selector:
selector:
k8s-app: kube-dns
k8s-app: kube-dns
`
`
...
...
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