Skip to content

Commit 2b34860

Browse files
committed
Cleanup quickstart-concurrent
1 parent d06314d commit 2b34860

File tree

5 files changed

+0
-2966
lines changed

5 files changed

+0
-2966
lines changed

examples/quickstart-concurrent/devspace.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,3 @@ deployments: # `deployments` tells DevSpace how to deplo
5656
containers:
5757
- image: ${IMAGE} # Use the value of our `${IMAGE}` variable here (see vars above)
5858
command: ["sleep", "infinity"]
59-
dev: # `dev` only applies when you run `devspace dev`
60-
ports: # `dev.ports` specifies all ports that should be forwarded while `devspace dev` is running
61-
- imageSelector: ${IMAGE} # Select the Pod that runs our `${IMAGE}`
62-
forward:
63-
- port: 3000 # lets you access your application via localhost:3000 on your local machine
64-
sync: # `dev.sync` configures a file sync between our Pods in k8s and your local project files
65-
- imageSelector: ${IMAGE} # Select the Pod that runs our `${IMAGE}`
66-
excludeFile: .gitignore # Exclude everything defined in .gitignore
67-
terminal: # `dev.terminal` tells DevSpace to open a terminal as a last step during `devspace dev`
68-
imageSelector: ${IMAGE} # Select the Pod that runs our `${IMAGE}`
69-
command: ["./devspace_start.sh"] # With this optional `command` we can tell DevSpace to run a script when opening the terminal

examples/quickstart-concurrent/devspace_start.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

examples/quickstart-concurrent/index.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)