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: docs/load_balancers.md
+81Lines changed: 81 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,3 +94,84 @@ will delete the associated Load Balancer. If the Load Balancer is managed
94
94
through Terraform, this causes problems. To disable this, you can enable
95
95
deletion protection on the Load Balancer, this way hcloud-cloud-controller-manager
96
96
will just skip deleting it when the associated `Service` is deleted.
97
+
98
+
## Per-Port Protocol and Certificate Configuration
99
+
100
+
The hcloud-cloud-controller-manager supports configuring different protocols and certificates for different ports of a single service using per-port annotations.
101
+
102
+
### Per-Port Protocol Configuration
103
+
104
+
Use the `load-balancer.hetzner.cloud/protocol-ports` annotation to specify different protocols for different ports:
0 commit comments