Skip to content

Commit b225bad

Browse files
committed
upd runtime group pattern incl consumer host
1 parent b636ddc commit b225bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/gateway-patterns/patterns/sdx-runtime-group.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const SDXRuntimeGroupPattern = {
7575
{
7676
name: `${nm}.DENY-INT`,
7777
tags,
78-
hosts: [`internal.${routeHost}`],
78+
hosts: [`internal.${routeHost}`, consumerHost],
7979
paths: ['/'],
8080
methods: ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'],
8181
protocols: ['http'],
@@ -106,7 +106,7 @@ export const SDXRuntimeGroupPattern = {
106106
{
107107
name: `${nm}.HELLO`,
108108
tags,
109-
hosts: [`internal.${routeHost}`],
109+
hosts: [`internal.${routeHost}`, consumerHost],
110110
paths: ['/hello'],
111111
methods: ['GET'],
112112
protocols: ['http'],

0 commit comments

Comments
 (0)