Unverified Commit efe03db2 by Guangbo Committed by GitHub

add k8s dashboard svc name and namespace (#83)

parent f2fac285
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
......
...@@ -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 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment