The following adds a cronjob that will, every 30 minutes (by default), check namespaces for the existence of a label
lagoon.sh/expiration=<unixtimestamp> that will delete the namespace if the current time is > than the timestamp on the label.
This is to be used to clean up old namespaces automatically.
The following adds a cronjob that will, every 30 minutes (by default), check namespaces for the existence of a label
lagoon.sh/expiration=<unixtimestamp>
that will delete the namespace if the current time is > than the timestamp on the label.This is to be used to clean up old namespaces automatically.