Skip to content
Snippets Groups Projects
Commit c421913a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'feat/webui' into 'develop'

Expose WebUI in fixed NodePort

See merge request teraflow-h2020/controller!74
parents b9fe45e6 783e59c2
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -54,19 +54,20 @@ spec: ...@@ -54,19 +54,20 @@ spec:
port: 8004 port: 8004
targetPort: 8004 targetPort: 8004
--- ---
# apiVersion: v1 apiVersion: v1
# kind: Service kind: Service
# metadata: metadata:
# name: webuiservice-public name: webuiservice-public
# labels: labels:
# app: webuiservice app: webuiservice
# spec: spec:
# type: NodePort type: NodePort
# selector: selector:
# app: webuiservice app: webuiservice
# ports: ports:
# - name: http - name: http
# protocol: TCP protocol: TCP
# port: 8004 port: 8004
# targetPort: 8004 targetPort: 8004
nodePort: 30800
--- ---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment