File tree Expand file tree Collapse file tree 5 files changed +0
-2966
lines changed
examples/quickstart-concurrent Expand file tree Collapse file tree 5 files changed +0
-2966
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments