diff --git a/docs/8-istio-openfaas.md b/docs/8-istio-openfaas.md index 013669b..21a0cc6 100644 --- a/docs/8-istio-openfaas.md +++ b/docs/8-istio-openfaas.md @@ -64,6 +64,8 @@ helm upgrade --install istio ./install/kubernetes/helm/istio \ ### Configure Istio Gateway with LE certs +![openfaas-canary](https://github.com/stefanprodan/k8s-podinfo/blob/master/docs/screens/istio-cert-manager.png) + Create a Istio Gateway in istio-system namespace with HTTPS redirect: ```yaml diff --git a/docs/screens/istio-cert-manager.png b/docs/screens/istio-cert-manager.png new file mode 100644 index 0000000..0e63bc9 Binary files /dev/null and b/docs/screens/istio-cert-manager.png differ