Skip to content

Commit

Permalink
Add comment about HTTPS and Nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Nov 1, 2024
1 parent e797251 commit 39f4a02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/install/kubernetes/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ from the nginx ingress proxy. You can change this to say `5m` which will match t
Node-RED default value.


### HTTPS with Nginx Ingress

Azure's LoadBalancer does not support doing TLS termination so HTTPS certificates will either need to up added to AKS as Kubernetes Secrets or make use of
Certificate Manager to provision certificates either from LetsEncrypt or other ACME Certificate Authorities.

## Persistent Storage

If making use of the Persistent Storage feature you will need to provide a StorageClass that support MultiPod mounting.
Expand Down

0 comments on commit 39f4a02

Please sign in to comment.