add script for installing the ingress-nginx

This commit is contained in:
2024-09-06 16:32:21 +10:00
parent 97d3125aa1
commit 77689317ce
3 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
helm upgrade --install ingress-nginx ingress-nginx --repo https://kubernetes.github.io/ingress-nginx \
--version 1.16.1 --namespace ingress-nginx --create-namespace