GoogleCloudPlatform / microservices-demo

Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
https://cymbal-shops.retail.cymbal.dev
Apache License 2.0
17.07k stars 7.35k forks source link

Add imagePullSecret option and dockerhub proxy option #2760

Open sandert-k8s opened 1 month ago

sandert-k8s commented 1 month ago

Background

Add option for adding imagePullSecrets for pulling from private registries and/or private proxy caches. Also added a separate imageRegistry option for the redis image in the cart service db, since this image comes from Dockerhub instead of gcr. If you pull by a proxy cache, you often need to specify a different proxy cache.