1
0
Fork 0
mirror of https://gitlab.com/shouptech/flux.git synced 2026-02-03 15:59:45 +00:00

Enable garbage collection

This commit is contained in:
Emma 2020-01-30 17:34:26 -07:00
parent 980e12d04a
commit 3855bf4288
No known key found for this signature in database
GPG key ID: 68434BFE85360755

View file

@ -210,6 +210,9 @@ spec:
# make sure to set prometheus' annotation to scrape the port value. # make sure to set prometheus' annotation to scrape the port value.
- --listen-metrics=:3031 - --listen-metrics=:3031
# Enable garbage collection
- --sync-garbage-collection
# Optional DNS settings, configuring the ndots option may resolve # Optional DNS settings, configuring the ndots option may resolve
# nslookup issues on some Kubernetes setups. # nslookup issues on some Kubernetes setups.
# dnsPolicy: "None" # dnsPolicy: "None"