Coder Social home page Coder Social logo

basic-webapp-chart's Introduction

Basic Webapp Chart

This chart creates the necessary resources to deploy a basic, load-balanced web application.

Installing and Uninstalling

To install this chart, first clone this repository. Then, run:

$ helm install --name release-name ./path-to-repo

After the chart is installed, you can uninstall it by running:

$ helm delete --purge release-name

Configuration

To configure this chart, pass the --set key=value argument to helm install or helm upgrade.

Parameter Description Default
letsencrypt.server The url of the Let's Encrypt server to use https://acme-staging-v02.api.letsencrypt.org/directory (Set this to https://acme-v02.api.letsencrypt.org/directory for production)
letsencrypt.email The email address that will receive Let's Encrypt notification emails [email protected]
postgresql.enabled Whether or not to install a PostgreSQL instance false

Dependencies

This chart creates few resources of its own, as the main purpose of this chart is to bootstrap these dependencies onto a cluster:

  • cert-manager: Automatically issues and renews TLS certificates
  • nginx-ingress: Bootstraps the Nginx Ingress controller, which is used to proxy ingress traffic to services within the cluster
  • postgresql: Conditionally installs a PostgreSQL instance

Note: To configure these charts, simply prepend the name of the chart when using the --set argument. For example, to set the defaultBackend.enabled value for the Nginx Ingress controller, use the key nginx-ingress.defaultBackend.enabled.

Google Cloud

When installing on a GKE cluster, a Load Balancer and external IP address will be automatically provisioned for the Nginx Ingress controller. Make sure to switch the IP address from "ephemeral" to "static". This is the IP address to add to your DNS records if you are pointing a domain name to this cluster.

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.