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
@@ -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