Files
podinfo/deploy
Stefan Prodan 5c30dfefc7 Release v5.0.3
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2020-10-28 11:43:11 +02:00
..
2020-10-28 11:43:11 +02:00
2020-05-16 09:53:17 +03:00
2020-10-28 11:43:11 +02:00
2020-04-28 19:13:01 +03:00

Deploy demo webapp

Demo webapp manifests:

Deploy the demo in webapp namespace:

kubectl apply -f ./webapp/common
kubectl apply -f ./webapp/backend
kubectl apply -f ./webapp/frontend

Deploy the demo in the dev namespace:

kustomize build ./overlays/dev | kubectl apply -f-

Deploy the demo in the staging namespace:

kustomize build ./overlays/staging | kubectl apply -f-

Deploy the demo in the production namespace:

kustomize build ./overlays/production | kubectl apply -f-