mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-20 02:31:02 +02:00
Fix k8s validation
This commit is contained in:
parent
bf32118e6c
commit
dde52ba6a3
9 changed files with 134 additions and 61 deletions
|
|
@ -29,10 +29,15 @@ local images = import "values/images.jsonnet";
|
|||
"prometheus", [ container ]
|
||||
);
|
||||
|
||||
local service =
|
||||
engine.service(containerSet)
|
||||
.with_port(9090, 9090, "http");
|
||||
|
||||
engine.resources([
|
||||
cfgVol,
|
||||
vol,
|
||||
containerSet,
|
||||
service,
|
||||
])
|
||||
|
||||
},
|
||||
|
|
@ -87,6 +92,10 @@ local images = import "values/images.jsonnet";
|
|||
"grafana", [ container ]
|
||||
);
|
||||
|
||||
local service =
|
||||
engine.service(containerSet)
|
||||
.with_port(3000, 3000, "http");
|
||||
|
||||
engine.resources([
|
||||
provVol,
|
||||
dashVol,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue