ewolff / microservice-kubernetes

Microservices example using Kubernetes
Apache License 2.0
209 stars 195 forks source link

changes in microservices.yaml file #8

Closed sunilmbhoi closed 4 years ago

sunilmbhoi commented 4 years ago

update api version in defination file (microsevices.yaml) from "apps/v1beta1" to "apps/v1". mentioned version is showing issue. Also, add instruction in READ.ME file to update docker username in microservices.yaml file so it will fetch images from resprective user docker account.

ewolff commented 4 years ago

Thanks for submitting the issue! The instructions to change the Docker account is at https://github.com/ewolff/microservice-kubernetes/blob/master/HOW-TO-RUN.md#build-the-docker-images-optional .