From e81c6f5aa55cab35b950918eb5eea1b059179217 Mon Sep 17 00:00:00 2001 From: John Hanzu Kim Date: Fri, 20 Jun 2025 09:58:13 +0900 Subject: [PATCH] Update ingress.yaml --- smarketing/common/ingress.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/smarketing/common/ingress.yaml b/smarketing/common/ingress.yaml index 99a8835..2009624 100644 --- a/smarketing/common/ingress.yaml +++ b/smarketing/common/ingress.yaml @@ -53,4 +53,11 @@ spec: name: store port: number: 80 + - path: /api/images + pathType: Prefix + backend: + service: + name: store + port: + number: 80