Hacking around

This commit is contained in:
Cyber MacGeddon 2024-09-07 15:42:19 +01:00
parent ee41fa1636
commit 614ffc0fd3
4 changed files with 23 additions and 10 deletions

View file

@ -37,7 +37,7 @@ local images = import "values/images.jsonnet";
local service =
engine.service(containerSet)
.with_port(2379, 2379, "api");
.with_port(2379, 2379, 30379, "api");
engine.resources([
vol,