Merge pull request #4193 from yanfeng1992/set-minversion-for-tlsconfig

set MinVersion to VersionTLS13 for tlsconfig in karmada-search and karmada-metrics-adapter
This commit is contained in:
karmada-bot 2023-11-03 14:58:36 +08:00 committed by GitHub
commit c3c3766054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ spec:
- --audit-log-path=-
- --audit-log-maxage=0
- --audit-log-maxbackup=0
- --tls-min-version=VersionTLS13
readinessProbe:
httpGet:
path: /readyz

View File

@ -45,6 +45,7 @@ spec:
- --etcd-keyfile=/etc/karmada/pki/etcd-client.key
- --tls-cert-file=/etc/karmada/pki/karmada.crt
- --tls-private-key-file=/etc/karmada/pki/karmada.key
- --tls-min-version=VersionTLS13
- --audit-log-path=-
- --feature-gates=APIPriorityAndFairness=false
- --audit-log-maxage=0