chore(nginx): enable insecure installation
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
3ca8ca9e93
commit
9da0defa93
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue