Fix k8s validation

This commit is contained in:
Cyber MacGeddon 2024-09-06 23:04:07 +01:00
parent bf32118e6c
commit dde52ba6a3
9 changed files with 134 additions and 61 deletions

View file

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