all repos — janny @ e7f6e7ae2e5128a4f9fa6f2f4b0eb8c8ae558f4d

clean up Kubernetes resources after a set TTL

Update readme with annotation info
Anirudh Oppiliappan x@icyphox.sh
Tue, 09 Mar 2021 21:18:45 +0530
commit

e7f6e7ae2e5128a4f9fa6f2f4b0eb8c8ae558f4d

parent

c12f502f68fd091311412b452e92d746f026934c

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M readmereadme

@@ -34,10 +34,18 @@ 4. Deploy janny:

$ kubectl apply -f deploy/ + Helm chart ---------- TODO + +Once deployed, janny will look for resources having the 'janny.ttl' +annotation. Something like: + + janny.ttl: 15m + janny.ttl: 1d14h + janny.ttl: 6h45m DEVELOPING