Skip to content

Commit 75c83de

Browse files
committed
update the port in external snippets
1 parent f4a1a34 commit 75c83de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/search/04-search-external-mongod/code_snippets/04_0322_create_search_loadbalancer_service.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ spec:
99
app: mdbs-search-svc
1010
ports:
1111
- name: mongot
12-
port: 27027
13-
targetPort: 27027
12+
port: 27028
13+
targetPort: 27028
1414
YAML
1515

1616
echo "Waiting for external IP to be assigned to service ${MDB_SEARCH_SERVICE_NAME}..."

0 commit comments

Comments
 (0)