Questions tagged [devspace]
20 questions
0
votes
1 answer
Devspace tool. How to deploy dependeny in --force-build mode
I use DevSpace tool to deploy my services into minikube local cluster.
I have two services to deploy: auth-handler and mysql;
auth-handler has the dependency of my-sql in devspace.xml. So it can't start till mysql hasn't been…

Yarik Soltys
- 315
- 1
- 2
- 17
0
votes
1 answer
devspace: how to auto-scale deployments?
My deployment never auto-scale on DigitalOcean. I have on my devspace.yaml
deployments:
- name: app
namespace: "mynamespace"
helm:
componentChart: true
values:
replicas: 1
autoScaling:
horizontal:
…

pablorsk
- 3,861
- 1
- 32
- 37
0
votes
2 answers
devspace: from unique deployment PHP:apache to PHP-FPM + Nginx
How can I do a PHPFPM+Nginx deployment for devspace?
Actually, I'm working with PHP-Apache and have this devspace.yaml
[...]
deployments:
- name: panel
helm:
componentChart: true
values:
containers:
- image:…

pablorsk
- 3,861
- 1
- 32
- 37
0
votes
2 answers
Process for configuring devspace with pre-existing app
I'm new to Kubernetes (and Docker) for that matter. I need to understand the process of migrating my existing Vue.js app using Devspace. I've got the app running, sorta, but I am not connecting to
ws://localhost:4000/graphql
or able to establish a…

MadmanSn0w
- 66
- 7
0
votes
1 answer
devspace behind coporate proxy
I am installing devspace in my local windows machine using npm
npm install -g devspace
after installed, it needs to Finish installation of DevSpace CLI, in which the following request is failed
Error requesting URL:…

TomNg
- 1,897
- 2
- 18
- 25