From 1cf6c96c935af4686731d6005ecb91a09cd2bb31 Mon Sep 17 00:00:00 2001 From: John Hanzu Kim Date: Thu, 19 Jun 2025 18:33:36 +0900 Subject: [PATCH] Update ingress.yaml --- smarketing/common/ingress.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/smarketing/common/ingress.yaml b/smarketing/common/ingress.yaml index 077bb08..99a8835 100644 --- a/smarketing/common/ingress.yaml +++ b/smarketing/common/ingress.yaml @@ -39,3 +39,18 @@ spec: name: ai-recommend port: number: 80 + - path: /api/sales + pathType: Prefix + backend: + service: + name: store + port: + number: 80 + - path: /api/menu + pathType: Prefix + backend: + service: + name: store + port: + number: 80 +