mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 19:21:03 +02:00
Update templates
This commit is contained in:
parent
fcb28e3a47
commit
2f02e1ebf8
2 changed files with 2 additions and 3 deletions
|
|
@ -43,5 +43,5 @@ local url = import "values/url.jsonnet";
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
} + prompts
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,12 +27,11 @@ local url = import "values/url.jsonnet";
|
||||||
.with_port(8080, 8080, "metrics");
|
.with_port(8080, 8080, "metrics");
|
||||||
|
|
||||||
engine.resources([
|
engine.resources([
|
||||||
envSecrets,
|
|
||||||
containerSet,
|
containerSet,
|
||||||
service,
|
service,
|
||||||
])
|
])
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
} + prompts
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue