Changes
** [[MQTT|MQTT gateway]]
** gitlab: ongoing
=== Add your own ===
==== SSL ====
* We use cert-manager to manage LetsEncrypt certs, you only need to add this annotation to your Ingress Controller for it to manage your cert,
<pre>
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
<pre>
=== Debug ===