Skip to content

Commit

Permalink
fix: Snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Nov 28, 2024
1 parent bcfaf5f commit 0be757d
Showing 1 changed file with 11 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,28 +83,17 @@ config:
patterns:
- '*healthcheck*'
- '*heartbeat*'
- '*/health'
- '*/healthy'
- '*/healthz'
- '*/_health'
- '*/\[_health\]'
- '*/live'
- '*/livez'
- '*/ready'
- '*/readyz'
- '*/ping'
- '*/up'
- '*/health/'
- '*/healthy/'
- '*/healthz/'
- '*/_health/'
- '*/\[_health\]/'
- '*/live/'
- '*/livez/'
- '*/ready/'
- '*/readyz/'
- '*/ping/'
- '*/up/'
- '*/health{/,}'
- '*/healthy{/,}'
- '*/healthz{/,}'
- '*/_health{/,}'
- '*/\[_health\]{/,}'
- '*/live{/,}'
- '*/livez{/,}'
- '*/ready{/,}'
- '*/readyz{/,}'
- '*/ping{/,}'
- '*/up{/,}'
groupingConfig:
enhancements: KLUv_SAYwQAAkwKRs25ld3N0eWxlOjIwMjMtMDEtMTGQ
id: newstyle:2023-01-11
Expand Down

0 comments on commit 0be757d

Please sign in to comment.