补齐各个服务的k8s配置清单
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
containers:
|
||||
- name: user-api
|
||||
# image: 103.236.53.208:4418/library/user-api@sha256:d3187beb9c777a8dcbdc6a835a7887cb29fbea9571b08fe538a1eece403226e2
|
||||
image: user-api:latest
|
||||
image: 103.236.53.208:4418/juwan/user-api:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
containers:
|
||||
- name: user-rpc
|
||||
# image: 103.236.53.208:4418/library/user-rpc@sha256:28d785c4152d28b5cb368316e0fb3d48d728303e4439cdce13ebdbc5af8d19ce
|
||||
image: user-rpc:latest
|
||||
image: 103.236.53.208:4418/juwan/user-rpc:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 9001
|
||||
|
||||
Reference in New Issue
Block a user