* Fix for helm 3 and k8s 1.16 * Inclusion of archived directory under k8s * separate deploy-all powershell script for local Mac OS deployment.
9 lines
285 B
YAML
9 lines
285 B
YAML
# This file contains common ingress annotations when using AKS with Http Application Routing
|
|
|
|
ingress:
|
|
annotations:
|
|
kubernetes.io/ingress.class: addon-http-application-routing
|
|
ingress.kubernetes.io/ssl-redirect: "false"
|
|
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
|
|