Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
deployment �standard
  • Loading branch information
MJun111 committed Jan 10, 2024
1 parent 2b78054 commit 237d9fb
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api-gateway-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: api-gateway-service
image: ${REPOSITORY_URI}/jeontongju-api-gateway-service
image: ${REPOSITORY_URI}/jeontongju-api-gateway-service:${IMAGE_TAG}
ports:
- containerPort: 8000
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion auction-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: auction-service
image: ${REPOSITORY_URI}/jeontongju-auction-service
image: ${REPOSITORY_URI}/jeontongju-auction-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion authentication-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: authentication-service
image: ${REPOSITORY_URI}/jeontongju-authentication-service
image: ${REPOSITORY_URI}/jeontongju-authentication-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion config-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
app: config-service
spec:
containers:
- image: ${REPOSITORY_URI}/jeontongju-config-service
- image: ${REPOSITORY_URI}/jeontongju-config-service:${IMAGE_TAG}
imagePullPolicy: Always
name: config-service
ports:
Expand Down
2 changes: 1 addition & 1 deletion consumer-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: consumer-service
image: ${REPOSITORY_URI}/jeontongju-consumer-service
image: ${REPOSITORY_URI}/jeontongju-consumer-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion coupon-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: coupon-service
image: ${REPOSITORY_URI}/jeontongju-coupon-service
image: ${REPOSITORY_URI}/jeontongju-coupon-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion discovery-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: discovery-service
image: ${REPOSITORY_URI}/jeontongju-discovery-service
image: ${REPOSITORY_URI}/jeontongju-discovery-service:${IMAGE_TAG}
ports:
- containerPort: 8761
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion notification-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: notification-service
image: ${REPOSITORY_URI}/jeontongju-notification-service
image: ${REPOSITORY_URI}/jeontongju-notification-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion order-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: order-service
image: ${REPOSITORY_URI}/jeontongju-order-service
image: ${REPOSITORY_URI}/jeontongju-order-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion payment-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: payment-service
image: ${REPOSITORY_URI}/jeontongju-payment-service
image: ${REPOSITORY_URI}/jeontongju-payment-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion product-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: product-service
image: ${REPOSITORY_URI}/jeontongju-product-service
image: ${REPOSITORY_URI}/jeontongju-product-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion review-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: review-service
image: ${REPOSITORY_URI}/jeontongju-review-service
image: ${REPOSITORY_URI}/jeontongju-review-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion search-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: search-service
image: ${REPOSITORY_URI}/jeontongju-search-service
image: ${REPOSITORY_URI}/jeontongju-search-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion seller-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: seller-service
image: ${REPOSITORY_URI}/jeontongju-seller-service
image: ${REPOSITORY_URI}/jeontongju-seller-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion wish-cart-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: wish-cart-service
image: ${REPOSITORY_URI}/jeontongju-wish-cart-service
image: ${REPOSITORY_URI}/jeontongju-wish-cart-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down

0 comments on commit 237d9fb

Please sign in to comment.