Merge pull request #4676 from tviaud/contrib_kube_single_backend

Fix WORKDIR change in contrib plain_single_backend_deployment
This commit is contained in:
Fredrik Adelöw
2021-02-24 15:58:04 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -6,6 +6,8 @@ This directory contains an example of a simple Kubernetes deployment of Backstag
You can try the deployment out as is. The easiest way is to use [Docker Desktop](https://www.docker.com/products/docker-desktop) with [Kubernetes](https://docs.docker.com/get-started/kube-deploy/).
You can now follow the documentation here to build the Backend Container [Docker Build](https://backstage.io/docs/getting-started/deployment-docker)
From a fresh clone of this repo, run the following in the root:
```bash
@@ -53,7 +53,7 @@ spec:
volumeMounts:
- name: config-volume
mountPath: /usr/src/app/k8s-config.yaml
mountPath: /app/k8s-config.yaml
subPath: k8s-config.yaml
resources: