eShopOnContainers/deploy/k8s/archived/helm/ingress_values.yaml

9 lines
285 B
YAML
Raw Normal View History

# 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"