apiserver: decrease timeout for TestKMSHealthzEndpoint

This commit is contained in:
Krzysztof Dąbrowski 2024-03-27 20:58:35 +01:00
parent f4e246bc93
commit ee3e9a7bd4
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -8,11 +8,14 @@ resources:
name: kms-provider-1
cachesize: 1000
endpoint: unix:///@provider1.sock
timeout: 100ms
- kms:
name: kms-provider-2
cachesize: 1000
endpoint: unix:///@provider2.sock
timeout: 100ms
- kms:
apiVersion: v2
name: kms-provider-3
endpoint: unix:///@provider2.sock
timeout: 100ms

View File

@ -8,11 +8,14 @@ resources:
apiVersion: v2
name: kms-provider-1
endpoint: unix:///@provider1.sock
timeout: 100ms
- kms:
apiVersion: v2
name: kms-provider-2
endpoint: unix:///@provider2.sock
timeout: 100ms
- kms:
apiVersion: v2
name: kms-provider-3
endpoint: unix:///@provider2.sock
timeout: 100ms