Skip to content

Commit 5ed29f7

Browse files
committed
add 9848 port
1 parent 11f577f commit 5ed29f7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

mse-simple-demo/helm/mse-simple-demo/templates/nacos-server.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ metadata:
5757
spec:
5858
type: ClusterIP
5959
ports:
60-
- port: 8848
61-
protocol: TCP
62-
targetPort: 8848
60+
- port: 8848
61+
protocol: TCP
62+
targetPort: 8848
63+
- port: 9848
64+
protocol: TCP
65+
targetPort: 9848
6366
selector:
6467
app: nacos-server
6568

0 commit comments

Comments
 (0)