You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ This is my playground to learn and illustrate how to deploy application with [do
28
28
### Load balancer and reverse proxy
29
29
30
30
*[traefik](traefik/README.md) : A reverse proxy including **configuration discovery** mechanism.
31
-
*[nginx-ingress-controller](nginx-ingress-controller/README.md) : A common alternative to [Traefik](traefik/README.md) (**K8S only**).
32
-
*[whoami](whoami/README.md) : An helloworld app to test [traefik](traefik/README.md) or [nginx-ingress-controller](nginx-ingress-controller/README.md).
31
+
*[whoami](whoami/README.md) : An helloworld app to test [traefik](traefik/README.md).
33
32
*[cert-manager](cert-manager/README.md) : An helper to generate TLS certificates from various issuers including LetsEncrypt (**K8S only**)
*[cert-manager](../cert-manager/README.md) is deployed with a ClusterIssuer (see helper scripts to create "mkcert", "letsencrypt-http" or "letsencrypt-dns")
24
24
25
25
The following environment variables provides some option for [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) resources creation :
0 commit comments