Code Monkey home page Code Monkey logo

helm-1's Introduction

Contents

Frappe/ERPNext Helm Chart

Helm Chart to deploy a frappe-bench-like environment on Kubernetes. It adds following resources:

Deployments:

  • erpnext : This deployment contains frappe/erpnext nginx reverse proxy and gunicorn containers.
  • redis-cache : This is optional deployment created by default. Serves as cache.
  • redis-queue : This is optional deployment created by default. Used by workers and scheduler containers.
  • redis-socketio : This is optional deployment created by default. Used by frappe-socketio container.
  • scheduler : This deployment contains frappe/erpnext scheduler.
  • socketio : This deployment contains frappe-socketio container.
  • worker-d : This deployment contains frappe/erpnext default worker.
  • worker-l : This deployment contains frappe/erpnext long worker.
  • worker-s : This deployment contains frappe/erpnext short worker.

Services:

  • redis-cache : This service exposes pod from redis-cache deployment.
  • redis-queue : This service exposes pod from redis-queue deployment.
  • redis-socketio : This service exposes pod from redis-socketio deployment.
  • erpnext : This service exposes pods from erpnext deployment.
  • socketio : This service exposes pods from socketio deployment.

PVC:

  • erpnext : This persistent volume claim is used to allocate volume for sites and config deployed with this release

Jobs:

  • migrate-sites : This is optional job that can be triggered on update

ServiceAccounts:

  • erpnext : This service account is used by all deployments.

Release Wizard

This is a release script for maintainers. It does the following:

  • Clones frappe and erpnext locally,
  • Checks latest tag for given major release.
  • Validates that release always bumps up.
  • Bumps values.yaml and Chart.yaml for release changes
  • Adds git tag for chart version
  • Push to selected remote

This will trigger travis to publish new version of helm chart.

helm-1's People

Contributors

revant avatar thunderbottom avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.