chore(nginx): enable insecure installation

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-05-12 23:57:00 +05:30
parent d23e7980df
commit 11b0b51248

View file

@ -122,6 +122,9 @@ type() {
function app(){
case $1 in
nginx)
[[ NGINX_REDIRECT_HTTPS -eq 0 ]] && {
sed -i "/return 301/d" nginx-ingress/nginx-ingress/templates/configmap.yaml
}
ansible-playbook -c local setup.yaml -e @vars.yaml -e scale=$installation_type --tags nginx -v
exit 0
;;