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: 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
|
||||
|
||||
Reference in New Issue
Block a user