17 lines
830 B
Text
17 lines
830 B
Text
{
|
|
name = "ontoref_panel",
|
|
version = "0.1.0",
|
|
category = "admin",
|
|
description = "ontoref-panel daemon — connector-backed admin panel for cluster services. Standalone addon Deployment that shares the target service's PVC (same-node RWO) and drives write operations via kubectl exec.",
|
|
tags = ["admin", "panel", "ontoref", "docker-mailserver", "kubernetes"],
|
|
modes = ["cluster"],
|
|
dependencies = ["kubernetes", "cilium", "private_gateway"],
|
|
provides = [{ id = "ontoref-panel-http", version = "0.1", interface = "http-admin-panel" }],
|
|
requires = [
|
|
{ capability = "kubernetes-cluster", kind = 'Required },
|
|
{ capability = "cni", kind = 'Required },
|
|
{ capability = "private-gateway", kind = 'Required },
|
|
],
|
|
conflicts_with = [],
|
|
best_practices = [],
|
|
}
|