Skip to content

Commit e819de9

Browse files
committed
mount web-portal on another host
1 parent c1a2c2d commit e819de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaas-example/k8s/templates/web-portal-pod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
imagePullPolicy: IfNotPresent
1313
ports:
1414
- containerPort: 80
15-
hostPort: 80
15+
hostPort: 8084
1616
env:
1717
- name: REACT_APP_API_URL
1818
value: "http://dummy-device-app:3000"

0 commit comments

Comments
 (0)