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:
commit
c3c3766054
|
@ -43,6 +43,7 @@ spec:
|
|||
- --audit-log-path=-
|
||||
- --audit-log-maxage=0
|
||||
- --audit-log-maxbackup=0
|
||||
- --tls-min-version=VersionTLS13
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /readyz
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue