Bare bones of a config service

This commit is contained in:
Cyber MacGeddon 2025-03-31 23:32:15 +01:00
parent 21bda863a7
commit 3b74a37a2b
6 changed files with 227 additions and 0 deletions

View file

@ -79,6 +79,13 @@ def init(url, tenant="tg"):
}
})
ensure_namespace(url, tenant, "config", {
"retention_policies": {
"retentionSizeInMB": 50,
"retentionTimeInMinutes": -1,
}
})
def main():
parser = argparse.ArgumentParser(