docs(ingress): Publishing service and Managing Caddy

This commit is contained in:
Pasha Sviderski
2025-08-28 17:40:39 +10:00
parent df29d9ba43
commit 290e6db98e
3 changed files with 588 additions and 0 deletions
@@ -21,3 +21,6 @@ When you [publish a service port](2-publishing-services.md), Uncloud automatical
2. Automatically obtain and renew a TLS certificate from Let's Encrypt for HTTPS.
3. Route traffic to the **healthy** service container(s).
4. Load balance across healthy replicas if there are multiple.
For advanced use cases, Uncloud allows to customise the Caddy config using the `x-caddy` extension in Compose files.
See [Custom Caddy configuration](2-publishing-services.md#custom-caddy-configuration) for details.