Skip to content
Snippets Groups Projects
okteto.yml.dist 299 B
Newer Older
name: main-core-ui-middleware
image: node:17-alpine
julian.baeume's avatar
julian.baeume committed
command: ["sh", "okteto-entrypoint.sh"]
workdir: /app
persistentVolume:
  enabled: false
julian.baeume's avatar
julian.baeume committed
resources:
  requests:
    memory: "256Mi"
  limits:
julian.baeume's avatar
julian.baeume committed
sync:
- .:/app
environment:
  - LOG_LEVEL=debug
  - NODE_ENV=development