소스 검색

fix: Correct image names to include shop-recycle prefix in values.yaml

- Change gateway -> shop-recycle-gateway
- Change order-service -> shop-recycle-order-service
- Change payment-service -> shop-recycle-payment-service
- Change web -> shop-recycle-web

This aligns the image names with the actual images built and pushed to Harbor registry (harbor.stardance/shoprecycle/shop-recycle-*)
Builder 2 달 전
부모
커밋
8951f5cb3e
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      k8s/helm/shop-recycle/values.yaml

+ 4 - 4
k8s/helm/shop-recycle/values.yaml

@@ -38,7 +38,7 @@ gateway:
   replicaCount: 1
   
   image:
-    name: gateway
+    name: shop-recycle-gateway
     tag: "3.0.6"
   
   port: 8080
@@ -153,7 +153,7 @@ orderService:
   replicaCount: 1
   
   image:
-    name: order-service
+    name: shop-recycle-order-service
     tag: "3.0.6"
   
   port: 8081
@@ -207,7 +207,7 @@ paymentService:
   replicaCount: 1
   
   image:
-    name: payment-service
+    name: shop-recycle-payment-service
     tag: "3.0.6"
   
   port: 8082
@@ -261,7 +261,7 @@ webFrontend:
   replicaCount: 1
   
   image:
-    name: web
+    name: shop-recycle-web
     tag: "3.0.0"
   
   port: 80