mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 17:09:45 +00:00
Enable garbage collection
This commit is contained in:
parent
980e12d04a
commit
3855bf4288
1 changed files with 3 additions and 0 deletions
3
flux.yml
3
flux.yml
|
|
@ -210,6 +210,9 @@ spec:
|
|||
# make sure to set prometheus' annotation to scrape the port value.
|
||||
- --listen-metrics=:3031
|
||||
|
||||
# Enable garbage collection
|
||||
- --sync-garbage-collection
|
||||
|
||||
# Optional DNS settings, configuring the ndots option may resolve
|
||||
# nslookup issues on some Kubernetes setups.
|
||||
# dnsPolicy: "None"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue