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