Skip to content

Instantly share code, notes, and snippets.

@asipser
Created April 3, 2020 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asipser/04516143220ce596961e41658db0f158 to your computer and use it in GitHub Desktop.
Save asipser/04516143220ce596961e41658db0f158 to your computer and use it in GitHub Desktop.
version: v1beta4
images:
default:
image: asipser/guireact
deployments:
- name: gui-react
helm:
componentChart: true
values:
containers:
- image: asipser/guireact
service:
ports:
- port: 5000
- port: 26200
dev:
ports:
- imageName: default
forward:
- port: 5000
open:
- url: http://localhost:5000
sync:
- imageName: default
excludePaths:
- Dockerfile
- node_modules/
- devspace.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment