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
+1 -1
View File
@@ -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