This commit is contained in:
hiondal 2025-04-09 20:42:40 +09:00
parent 6e36841dbc
commit 3cf10a57bb
3 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@ spec:
- name: dockerhub - name: dockerhub
containers: containers:
- name: mysub - name: mysub
image: dg0200cr.azurecr.io/lifesub/member:1.0.0 image: dg0200cr.azurecr.io/lifesub/mysub:1.0.0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8082 - containerPort: 8082

View File

@ -17,7 +17,7 @@ spec:
- name: dockerhub - name: dockerhub
containers: containers:
- name: recommend - name: recommend
image: dg0200cr.azurecr.io/lifesub/member:1.0.0 image: dg0200cr.azurecr.io/lifesub/recommend:1.0.0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8083 - containerPort: 8083

View File

@ -9,7 +9,8 @@ metadata:
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- http: - host: dg0200.20.1.2.3.nip.io
http:
paths: paths:
- path: /member(/|$)(.*) - path: /member(/|$)(.*)
pathType: ImplementationSpecific pathType: ImplementationSpecific