Skip to content

Instantly share code, notes, and snippets.

View akshaysngupta's full-sized avatar

Akshay Gupta akshaysngupta

View GitHub Profile
@akshaysngupta
akshaysngupta / setup.md
Last active April 1, 2020 22:43
Using appgw-ssl-certificate annotation
  1. Deploy Appgw and AKS using template (greenfield deployment)
  2. Add the staging repo to the helm
helm repo add staging https://appgwingress.blob.core.windows.net/ingress-azure-helm-package-staging/
helm repo update

# this will also enable reconcile
helm install -f helm-config.yaml staging/ingress-azure --version 8420 --generate-name

helm upgrade <releaseName> staging/ingress-azure --version 8420 --reuse-values --set reconcilePeriodSeconds=30