Maint/remove cruft (#94)

* Remove cruft
This commit is contained in:
cybermaggedon 2024-10-02 00:09:11 +01:00 committed by GitHub
parent 14672f7f0e
commit 6891053107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 0 additions and 12181 deletions

View file

@ -21,7 +21,6 @@ local images = import "values/images.jsonnet";
.with_image(images.prometheus)
.with_limits("0.5", "128M")
.with_reservations("0.1", "128M")
// .with_command(["/bin/sh", "-c", "sleep 9999999"])
.with_port(9090, 9090, "http")
.with_volume_mount(cfgVol, "/etc/prometheus/")
.with_volume_mount(vol, "/prometheus");