You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serverContainerPort: &proxy-serverPort 9071 # you do not have to set this value, it will be 8080 if you don't. This is mostly to avoid conflicts with other applications.
16
-
nodePort: &proxy-serverNodePort 30030
17
16
18
17
# message plane
19
18
messageBroker:
@@ -40,9 +39,8 @@ intersect:
40
39
proxy-http-server:
41
40
enabled: true
42
41
service:
43
-
type: NodePort
42
+
type: ClusterIP
44
43
port: *proxy-serverPort
45
-
nodePort: *proxy-serverNodePort
46
44
# you do not have to set this value, it will be 8080 if you don't.
0 commit comments