* Fix for helm 3 and k8s 1.16 * Inclusion of archived directory under k8s * separate deploy-all powershell script for local Mac OS deployment.
8 lines
265 B
YAML
8 lines
265 B
YAML
# This file contains common ingress annotations when using Kubernetes included in Docker Desktop
|
|
|
|
ingress:
|
|
annotations:
|
|
kubernetes.io/ingress.class: "nginx"
|
|
ingress.kubernetes.io/ssl-redirect: "false"
|
|
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|