Skip to content
Snippets Groups Projects
Commit 55f9e986 authored by julian.baeume's avatar julian.baeume :pick:
Browse files

add okteto config

this can be used to create a remote dev setup using okteto
parent 2d2ccb61
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
/output
okteto.yml
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
......
.git
# Runtime data
pids
*.pid
*.seed
*.pid.lock
config
output
spec
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules
jspm_packages
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless
yarn && yarn dev
name: develop-core-manifest-service
image: node:14-alpine
command: ["sh", "okteto-entrypoint.sh"]
workdir: /app
persistentVolume:
enabled: false
storageClass: longhorn
size: 2Gi
resources:
requests:
memory: "256Mi"
limits:
memory: "256Mi"
sync:
- .:/app
forward:
- 8080:8080
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment