eShopOnContainers/k8s/helm/ingress_values.yaml

8 lines
284 B
YAML
Raw Normal View History

2019-09-19 18:38:45 +02:00
# This file contains common ingress annotations when using AKS with Http Application Routing
2018-07-03 19:07:37 +02:00
ingress:
annotations:
kubernetes.io/ingress.class: addon-http-application-routing
ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false"