Skip to content

Commit

Permalink
chore: updated pepr watch limit to 60s (#840)
Browse files Browse the repository at this point in the history
Adjust Pepr watch limit to a lower value to help UDS Package
delete/reinstalls succeed more often.

Fixes # #839

- [x] Bug fix (non-breaking change which fixes an issue)

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
docandrew committed Oct 17, 2024
1 parent b40b784 commit 57bac4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pepr/uds-operator-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ operator:
PEPR_LAST_SEEN_LIMIT_SECONDS: "60"
# Allow Pepr to re-list resources more frequently to avoid missing resources
PEPR_RELIST_INTERVAL_SECONDS: "60"
<<<<<<< HEAD
# Use HTTP2 for Pepr watches and exemption watch
PEPR_HTTP2_WATCH: false
=======
>>>>>>> 29e4d5e (chore: updated pepr watch limit to 60s (#840))

0 comments on commit 57bac4c

Please sign in to comment.