Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
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
Rancher商店
charts
Commits
efe03db2
Unverified
Commit
efe03db2
authored
Dec 07, 2018
by
Guangbo
Committed by
GitHub
Dec 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add k8s dashboard svc name and namespace (#83)
parent
f2fac285
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
questions.yml
charts/kubernetes-dashboard/latest/questions.yml
+1
-0
svc.yaml
charts/kubernetes-dashboard/latest/templates/svc.yaml
+2
-1
No files found.
charts/kubernetes-dashboard/latest/questions.yml
View file @
efe03db2
rancher_version
:
v2.0.7
rancher_version
:
v2.0.7
categories
:
categories
:
-
dashboard
-
dashboard
namespace
:
kube-system
questions
:
questions
:
-
variable
:
defaultImage
-
variable
:
defaultImage
default
:
true
default
:
true
...
...
charts/kubernetes-dashboard/latest/templates/svc.yaml
View file @
efe03db2
...
@@ -18,7 +18,8 @@ metadata:
...
@@ -18,7 +18,8 @@ metadata:
spec
:
spec
:
type
:
{{
.Values.service.type
}}
type
:
{{
.Values.service.type
}}
ports
:
ports
:
-
port
:
{{
.Values.service.externalPort
}}
-
name
:
https
port
:
{{
.Values.service.externalPort
}}
targetPort
:
https
targetPort
:
https
{{
- if .Values.service.nodePort
}}
{{
- if .Values.service.nodePort
}}
nodePort
:
{{
.Values.service.nodePort
}}
nodePort
:
{{
.Values.service.nodePort
}}
...
...
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