mirror of
https://github.com/traefik/traefik.git
synced 2025-08-07 07:07:12 +02:00
update serversTransport K8s fixtures with cipher suite and min max version
This commit is contained in:
parent
02cac33a40
commit
d400fe02d3
@ -169,6 +169,11 @@ spec:
|
|||||||
- spiffe://foo/buz
|
- spiffe://foo/buz
|
||||||
- spiffe://bar/biz
|
- spiffe://bar/biz
|
||||||
trustDomain: spiffe://lol
|
trustDomain: spiffe://lol
|
||||||
|
cipherSuites:
|
||||||
|
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
||||||
|
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
|
||||||
|
minVersion: VersionTLS11
|
||||||
|
maxVersion: VersionTLS12
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
Loading…
Reference in New Issue
Block a user