microservices-demo/kubernetes-manifests
Dmitrii Anoshin d492f30997
Initial changes to deploy the services (#1)
- Add toleration and nodeSelector
- Add aws lb and external-dns annotations to frontend service
- Ask for FRONTEND_URL before generating k8s manifests
2020-04-28 22:21:29 -07:00
..
adservice.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
cartservice.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
checkoutservice.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
currencyservice.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
emailservice.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
frontend.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
loadgenerator.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
namespace.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
paymentservice.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
productcatalogservice.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
README.md hack: remove redundant license headers in release (#171) 2019-03-07 09:54:56 -08:00
recommendationservice.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
redis.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00
shippingservice.yaml Initial changes to deploy the services (#1) 2020-04-28 22:21:29 -07:00

./kubernetes-manifests

⚠️ Kubernetes manifests provided in this directory are not directly deployable to a cluster. They are meant to be used with skaffold command to insert the correct image: tags.

Use the manifests in /release directory which are configured with pre-built public images.