Update traefik 2.2
This commit is contained in:
parent
a804841f87
commit
d7b7e95860
25 changed files with 739 additions and 2 deletions
15
templates/2.2/traefik-tls-options.yml.j2
Normal file
15
templates/2.2/traefik-tls-options.yml.j2
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: TLSOption
|
||||
metadata:
|
||||
name: default
|
||||
namespace: {{ traefik_namespace }}
|
||||
|
||||
spec:
|
||||
sniStrict: true
|
||||
minVersion: VersionTLS12
|
||||
cipherSuites:
|
||||
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
||||
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
|
||||
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
|
||||
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
|
||||
Loading…
Add table
Add a link
Reference in a new issue