fix(k8s): add Harbor registry prefix to all service image references

This commit is contained in:
wwweww
2026-05-04 13:22:25 +08:00
parent fe84f68648
commit 7a12a9e702
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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