phase 14-15: docker build validation and helm deployment
This commit is contained in:
+81
-11
@@ -1,14 +1,84 @@
|
||||
{
|
||||
"Rules": [
|
||||
{
|
||||
"ID": "raw-retention-365d",
|
||||
"Status": "Enabled",
|
||||
"Filter": {
|
||||
"Prefix": ""
|
||||
},
|
||||
"Expiration": {
|
||||
"Days": 365
|
||||
}
|
||||
"buckets": {
|
||||
"stonks-raw-market": {
|
||||
"Rules": [
|
||||
{
|
||||
"ID": "raw-market-retention-90d",
|
||||
"Status": "Enabled",
|
||||
"Filter": { "Prefix": "" },
|
||||
"Expiration": { "Days": 90 }
|
||||
}
|
||||
]
|
||||
},
|
||||
"stonks-raw-news": {
|
||||
"Rules": [
|
||||
{
|
||||
"ID": "raw-news-retention-180d",
|
||||
"Status": "Enabled",
|
||||
"Filter": { "Prefix": "" },
|
||||
"Expiration": { "Days": 180 }
|
||||
}
|
||||
]
|
||||
},
|
||||
"stonks-raw-filings": {
|
||||
"Rules": [
|
||||
{
|
||||
"ID": "raw-filings-retention-365d",
|
||||
"Status": "Enabled",
|
||||
"Filter": { "Prefix": "" },
|
||||
"Expiration": { "Days": 365 }
|
||||
}
|
||||
]
|
||||
},
|
||||
"stonks-normalized": {
|
||||
"Rules": [
|
||||
{
|
||||
"ID": "normalized-retention-180d",
|
||||
"Status": "Enabled",
|
||||
"Filter": { "Prefix": "" },
|
||||
"Expiration": { "Days": 180 }
|
||||
}
|
||||
]
|
||||
},
|
||||
"stonks-llm-prompts": {
|
||||
"Rules": [
|
||||
{
|
||||
"ID": "llm-prompts-retention-365d",
|
||||
"Status": "Enabled",
|
||||
"Filter": { "Prefix": "" },
|
||||
"Expiration": { "Days": 365 }
|
||||
}
|
||||
]
|
||||
},
|
||||
"stonks-llm-results": {
|
||||
"Rules": [
|
||||
{
|
||||
"ID": "llm-results-retention-365d",
|
||||
"Status": "Enabled",
|
||||
"Filter": { "Prefix": "" },
|
||||
"Expiration": { "Days": 365 }
|
||||
}
|
||||
]
|
||||
},
|
||||
"stonks-lakehouse": {
|
||||
"Rules": [
|
||||
{
|
||||
"ID": "lakehouse-retention-730d",
|
||||
"Status": "Enabled",
|
||||
"Filter": { "Prefix": "" },
|
||||
"Expiration": { "Days": 730 }
|
||||
}
|
||||
]
|
||||
},
|
||||
"stonks-audit": {
|
||||
"Rules": [
|
||||
{
|
||||
"ID": "audit-retention-730d",
|
||||
"Status": "Enabled",
|
||||
"Filter": { "Prefix": "" },
|
||||
"Expiration": { "Days": 730 }
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user