forked from k-space/kube
use gcr mirror for images with full docker.io path
cluster constantly failing due to rate limits, please find a better solution
This commit is contained in:
@@ -51,7 +51,7 @@ spec:
|
||||
topologyKey: topology.kubernetes.io/zone
|
||||
containers:
|
||||
- name: wildduck
|
||||
image: docker.io/nodemailer/wildduck
|
||||
image: mirror.gcr.io/nodemailer/wildduck
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: wildduck-api
|
||||
|
Reference in New Issue
Block a user