Skip to content

nileshbhadana/nginx-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Helm Chart

📜 Prerequisites

  • Helm cli v3

    Refer this document to install helm

  • Kubernetes cluster configured.


How to install chart:-

  1. Add helm repository
    helm repo add nginx-nilesh http://nileshbhadana.me/nginx-helm
    
  2. Installing chart
    helm install nginx nginx-nilesh/nginx
    

Customize the chart by pulling it on your machine

  1. Pull chart as tar

    helm pull nginx-nilesh/nginx
    
  2. Unzipping the tar file.

    tar -xvf nginx-1.0.0.tgz
    

Now you can find the chart in nginx folder and customize it using your favourite editor.


Changing configuration

  • Nginx configurations are used by the nginx pod through configmap - nginx-server-block. To make changes you need to update it in values.yaml file of this chart otherwise it uses default values.

Changing static site

  • Right now static site has a default html present and this is also a part of configmap, so you can update the staticSite section in values file to make new changes.

About

Custom Helm chart for Nginx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published