File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,15 @@ apiServer:
33
33
subjectAltNames: []
34
34
tls:
35
35
cipherSuites:
36
- - ""
36
+ - TLS_AES_128_GCM_SHA256
37
+ - TLS_AES_256_GCM_SHA384
38
+ - TLS_CHACHA20_POLY1305_SHA256
39
+ - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
40
+ - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
41
+ - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
42
+ - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
43
+ - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
44
+ - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
37
45
minVersion: VersionTLS12
38
46
debugging:
39
47
logLevel: "Normal"
@@ -65,14 +73,7 @@ ingress:
65
73
wildcardPolicy: WildcardPolicyAllowed
66
74
status: Managed
67
75
tlsSecurityProfile:
68
- type: Custom
69
- custom:
70
- ciphers:
71
- - ECDHE-ECDSA-CHACHA20-POLY1305
72
- - ECDHE-RSA-CHACHA20-POLY1305
73
- - ECDHE-RSA-AES128-GCM-SHA256
74
- - ECDHE-ECDSA-AES128-GCM-SHA256
75
- minTLSVersion: VersionTLS12
76
+ type: Intermediate
76
77
tuningOptions:
77
78
clientFinTimeout: "1s"
78
79
clientTimeout: "30s"
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ ingress:
69
69
minTLSVersion:""
70
70
intermediate: {}
71
71
old: {}
72
- type: ""
73
72
tuningOptions:
74
73
clientFinTimeout: 1s
75
74
clientTimeout: 30s
You can’t perform that action at this time.
0 commit comments