From 3cf10a57bb38c0da332a2d2545a25dd98443e73f Mon Sep 17 00:00:00 2001 From: hiondal Date: Wed, 9 Apr 2025 20:42:40 +0900 Subject: [PATCH] release --- deployment/manifest/deployments/mysub-deployment.yaml | 2 +- deployment/manifest/deployments/recommend-deployment.yaml | 2 +- deployment/manifest/ingresses/ingress.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/deployment/manifest/deployments/mysub-deployment.yaml b/deployment/manifest/deployments/mysub-deployment.yaml index cb726a1..8927fd6 100644 --- a/deployment/manifest/deployments/mysub-deployment.yaml +++ b/deployment/manifest/deployments/mysub-deployment.yaml @@ -17,7 +17,7 @@ spec: - name: dockerhub containers: - name: mysub - image: dg0200cr.azurecr.io/lifesub/member:1.0.0 + image: dg0200cr.azurecr.io/lifesub/mysub:1.0.0 imagePullPolicy: Always ports: - containerPort: 8082 diff --git a/deployment/manifest/deployments/recommend-deployment.yaml b/deployment/manifest/deployments/recommend-deployment.yaml index 20a331b..a70a7a1 100644 --- a/deployment/manifest/deployments/recommend-deployment.yaml +++ b/deployment/manifest/deployments/recommend-deployment.yaml @@ -17,7 +17,7 @@ spec: - name: dockerhub containers: - name: recommend - image: dg0200cr.azurecr.io/lifesub/member:1.0.0 + image: dg0200cr.azurecr.io/lifesub/recommend:1.0.0 imagePullPolicy: Always ports: - containerPort: 8083 diff --git a/deployment/manifest/ingresses/ingress.yaml b/deployment/manifest/ingresses/ingress.yaml index d64de40..3e013cd 100644 --- a/deployment/manifest/ingresses/ingress.yaml +++ b/deployment/manifest/ingresses/ingress.yaml @@ -9,7 +9,8 @@ metadata: spec: ingressClassName: nginx rules: - - http: + - host: dg0200.20.1.2.3.nip.io + http: paths: - path: /member(/|$)(.*) pathType: ImplementationSpecific