Fix typos in milus template

This commit is contained in:
Cyber MacGeddon 2024-10-15 19:19:37 +01:00
parent b76e9106dc
commit 06a8ba7ddd

View file

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