fix(k8s): add Harbor registry prefix to all service image references
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user