microservices-demo/kubernetes-manifests
Abhilash Gnan 55f5061532 Use env in service manifests for PORT (#212)
* fix shipping service ports

* fix product catalog servicde ports

* fix paymentservice ports

* fix currenservice ports

* fix checkoutservice ports

* fix emailservice ports

* fix frontend app ports

* fix recommendationservice ports

* fix indentation in service yaml files
2019-05-08 19:39:14 -07:00
..
adservice.yaml kubernetes: use apps/v1 for Deployment (#166) 2019-03-04 10:52:55 -08:00
cartservice.yaml kubernetes: use apps/v1 for Deployment (#166) 2019-03-04 10:52:55 -08:00
checkoutservice.yaml Use env in service manifests for PORT (#212) 2019-05-08 19:39:14 -07:00
currencyservice.yaml Use env in service manifests for PORT (#212) 2019-05-08 19:39:14 -07:00
emailservice.yaml Use env in service manifests for PORT (#212) 2019-05-08 19:39:14 -07:00
frontend.yaml Use env in service manifests for PORT (#212) 2019-05-08 19:39:14 -07:00
loadgenerator.yaml kubernetes: use apps/v1 for Deployment (#166) 2019-03-04 10:52:55 -08:00
paymentservice.yaml Use env in service manifests for PORT (#212) 2019-05-08 19:39:14 -07:00
productcatalogservice.yaml Use env in service manifests for PORT (#212) 2019-05-08 19:39:14 -07:00
README.md hack: remove redundant license headers in release (#171) 2019-03-07 09:54:56 -08:00
recommendationservice.yaml Use env in service manifests for PORT (#212) 2019-05-08 19:39:14 -07:00
redis.yaml kubernetes: use apps/v1 for Deployment (#166) 2019-03-04 10:52:55 -08:00
shippingservice.yaml Use env in service manifests for PORT (#212) 2019-05-08 19:39:14 -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.