Skip to content

Commit 9a4eca1

Browse files
authored
add subdomain name to n8n flyte webhook app (#646)
Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
1 parent 43a1f6b commit 9a4eca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/genai/n8n/flyte_webhook_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ async def add_field(data: dict) -> dict:
177177
depends_on=[task_env],
178178
scaling=flyte.app.Scaling(replicas=(0, 1)),
179179
port=8080,
180+
domain=flyte.app.Domain(subdomain="n8n-flyte-webhook"),
180181
)
181182

182183

0 commit comments

Comments
 (0)