Fix typos in milus template (#118)

This commit is contained in:
cybermaggedon 2024-10-15 19:21:07 +01:00 committed by GitHub
parent b76e9106dc
commit f36c5e5d03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,