mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Remove cruft
This commit is contained in:
parent
14672f7f0e
commit
cbd93747b3
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ local images = import "values/images.jsonnet";
|
||||||
.with_image(images.prometheus)
|
.with_image(images.prometheus)
|
||||||
.with_limits("0.5", "128M")
|
.with_limits("0.5", "128M")
|
||||||
.with_reservations("0.1", "128M")
|
.with_reservations("0.1", "128M")
|
||||||
// .with_command(["/bin/sh", "-c", "sleep 9999999"])
|
|
||||||
.with_port(9090, 9090, "http")
|
.with_port(9090, 9090, "http")
|
||||||
.with_volume_mount(cfgVol, "/etc/prometheus/")
|
.with_volume_mount(cfgVol, "/etc/prometheus/")
|
||||||
.with_volume_mount(vol, "/prometheus");
|
.with_volume_mount(vol, "/prometheus");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue