1
0
Fork 0

Merge branch v2.11 into v3.5

This commit is contained in:
kevinpollet 2025-08-01 16:41:09 +02:00
commit 1827652258
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
8 changed files with 13 additions and 11 deletions

View file

@ -234,7 +234,7 @@ The TLS options allow one to configure some parameters of the TLS connection.
!!! important "TLSOption in Kubernetes"
When using the [TLSOption resource](../../routing/providers/kubernetes-crd#kind-tlsoption) in Kubernetes, one might setup a default set of options that,
When using the [TLSOption resource](../../routing/providers/kubernetes-crd/#kind-tlsoption) in Kubernetes, one might setup a default set of options that,
if not explicitly overwritten, should apply to all ingresses.
To achieve that, you'll have to create a TLSOption resource with the name `default`.
There may exist only one TLSOption with the name `default` (across all namespaces) - otherwise they will be dropped.