Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 238 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 238 Bytes

Helm chart for Hello nginx project

Usage:

helm install chart_name ./

To enable ingress:

helm install chart_name ./ --set ingress.enabled=true

To enable pod scaling:

helm install chart_name ./ --set autoscaling.enabled=true