Skip to content

Commit 5b133c2

Browse files
author
Le Yao
committed
deployment: change kubernetes dashboard to NodePort SVC
Signed-off-by: Le Yao <le.yao@intel.com>
1 parent 608791a commit 5b133c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment/kubernetes-dashboard.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ metadata:
3737
name: kubernetes-dashboard
3838
namespace: kubernetes-dashboard
3939
spec:
40+
type: NodePort
4041
ports:
4142
- port: 443
4243
targetPort: 8443
44+
nodePort: 31000
4345
selector:
4446
k8s-app: kubernetes-dashboard
4547

0 commit comments

Comments
 (0)