Skip to content

Commit

Permalink
fix(backend): Caching - Reduced the cache webhook timeout (#4428)
Browse files Browse the repository at this point in the history
Reduced the timeout from 30 seconds to 5.
This should not be needed as most users tell us that pods work even when the cache service is not available. But there was at least one customer who experienced timeout failures when creating pods after the service was deleted, but not the webhook config.
  • Loading branch information
Ark-kun committed Aug 28, 2020
1 parent 22b7b99 commit ada18bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/cache/deployer/cache-configmap.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ webhooks:
apiGroups: [""]
apiVersions: ["v1"]
resources: ["pods"]
timeoutSeconds: 5

0 comments on commit ada18bc

Please sign in to comment.