Coder Social home page Coder Social logo

django-forum-backend-helm's Introduction

django-forum-backend-helm

helm chart for django-forum-backend

Install

Config charts/django-forum-backend/values.yaml and install all resources by

helm install django-forum-backend charts/django-forum-backend/ --namespace default --values charts/django-forum-backend/values.yaml

Just enable nginx with api ,config your redis and db

helm install django-forum-backend charts/django-forum-backend/ --namespace default \
--set mysql.enabled=false \
--set redis.enabled=false \
--set phpmyadmin.enabled=false \
--set api.configMap.databaseUrl=mysql://{{user}}:{{user-passwrod}}@{{host}}:{{host-port}}/{{dbname}} \
--set api.configMap.redisUrl=redis://{{host}}:{{port}} \
--set api.deploy.containers.command.waitDB={{host}} \
--values charts/django-forum-backend/values.yaml

If enable ingress by

helm install django-forum-backend charts/django-forum-backend/ --namespace default \
--set nginx.ingress.enabled=true \
--set nginx.ingress.hosts[0].host=xxx.com \
--set phpmyadmin.ingress.enabled=true \
--set phpmyadmin.ingress.hosts[0].host=xxx.com \
--values charts/django-forum-backend/values.yaml

Config pvc by

api, required

--set api.persistentVolumeClaim.accessModes=ReadWriteMany
--set api.persistentVolumeClaim.storageClassName=nfs-client
--set api.persistentVolumeClaim.storage=100M

mysql, if enabled

--set mysql.persistentVolumeClaim.accessModes=ReadWriteMany
--set mysql.persistentVolumeClaim.storageClassName=nfs-client
--set mysql.persistentVolumeClaim.storage=100M

redis, if enabled

--set redis.persistentVolumeClaim.accessModes=ReadWriteMany
--set redis.persistentVolumeClaim.storageClassName=nfs-client
--set redis.persistentVolumeClaim.storage=100M

Show all config

helm show values django-forum-backend/

Upgrade

If install by

helm install django-forum-backend charts/django-forum-backend/ --namespace default \
--set mysql.enabled=false \
--set redis.enabled=false \
--set phpmyadmin.enabled=false \
--set api.configMap.databaseUrl=mysql://{{user}}:{{user-passwrod}}@{{host}}:{{host-port}}/{{dbname}} \
--set api.configMap.redisUrl=redis://{{host}}:{{port}} \
--set api.deploy.containers.command.waitDB={{host}} \
--values charts/django-forum-backend/values.yaml

And want to enable ingress by

helm upgrade django-forum-backend charts/django-forum-backend/ \
--namespace default  \
--reuse-values \
--set nginx.ingress.enabled=true \
--set nginx.ingress.hosts[0].paths[0]=/ \
--set nginx.ingress.hosts[0].host=xxx.com

django-forum-backend-helm's People

Contributors

zengzhengrong avatar

Stargazers

 avatar

Watchers

 avatar  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.