From 3855bf4288388a5f698970ea09f76e43d790b9c0 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Thu, 30 Jan 2020 17:34:26 -0700 Subject: [PATCH] Enable garbage collection --- flux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flux.yml b/flux.yml index 3dfeb15..f7a8589 100644 --- a/flux.yml +++ b/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"