fix(k8s): add Harbor registry prefix to all service image references
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: chat-api
|
||||
image: chat-api:latest
|
||||
image: 103.236.53.208:4418/juwan/chat-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: community-api
|
||||
image: community-api:latest
|
||||
image: 103.236.53.208:4418/juwan/community-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: community-rpc
|
||||
image: community-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/community-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: dispute-api
|
||||
image: dispute-api:latest
|
||||
image: 103.236.53.208:4418/juwan/dispute-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: dispute-rpc
|
||||
image: dispute-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/dispute-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
containers:
|
||||
- name: email-api
|
||||
# image: 103.236.53.208:4418/library/email-api@sha256:fe5c66f5bcb1a39652620df42351de3e48227920a34be3110a45eb13db327020
|
||||
image: email-api:latest
|
||||
image: 103.236.53.208:4418/juwan/email-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
containers:
|
||||
- name: email-consumer
|
||||
# image: 103.236.53.208:4418/library/email-mq@sha256:a9f76e8f4a17d1c00cefc429962037550e17feebb5cf38b28d360c91c8ba3e68
|
||||
image: email-mq:latest
|
||||
image: 103.236.53.208:4418/juwan/email-mq:latest
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: KAFKA_BROKER
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: game-api
|
||||
image: game-api:latest
|
||||
image: 103.236.53.208:4418/juwan/game-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: game-rpc
|
||||
image: game-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/game-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: notification-api
|
||||
image: notification-api:latest
|
||||
image: 103.236.53.208:4418/juwan/notification-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: notification-rpc
|
||||
image: notification-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/notification-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: objectstory-api
|
||||
image: objectstory-api:latest
|
||||
image: 103.236.53.208:4418/juwan/objectstory-api:latest
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
- containerPort: 4001 # 暴露端口
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: objectstory-rpc
|
||||
image: objectstory-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/objectstory-rpc:latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 4001 # 暴露端口
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: order-api
|
||||
image: order-api:latest
|
||||
image: 103.236.53.208:4418/juwan/order-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: order-rpc
|
||||
image: order-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/order-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: player-api
|
||||
image: player-api:latest
|
||||
image: 103.236.53.208:4418/juwan/player-api:latest
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
- containerPort: 4001 # 暴露端口
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: player-rpc
|
||||
image: player-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/player-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: review-api
|
||||
image: review-api:latest
|
||||
image: 103.236.53.208:4418/juwan/review-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: review-rpc
|
||||
image: review-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/review-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: search-api
|
||||
image: search-api:latest
|
||||
image: 103.236.53.208:4418/juwan/search-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: search-rpc
|
||||
image: search-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/search-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: shop-api
|
||||
image: shop-api:latest
|
||||
image: 103.236.53.208:4418/juwan/shop-api:latest
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
- containerPort: 4001 # 暴露端口
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: shop-rpc
|
||||
image: shop-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/shop-rpc:latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 4001 # 暴露端口
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: user-verifications-rpc
|
||||
image: user-verifications-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/user-verifications-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: wallet-api
|
||||
image: wallet-api:latest
|
||||
image: 103.236.53.208:4418/juwan/wallet-api:latest
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
- containerPort: 4001 # 暴露端口
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: find-endpoints
|
||||
containers:
|
||||
- name: wallet-rpc
|
||||
image: wallet-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/wallet-rpc:latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 4001 # 暴露端口
|
||||
|
||||
Reference in New Issue
Block a user