Fix remaining templates (#54)

This commit is contained in:
cybermaggedon 2024-09-05 18:17:47 +01:00 committed by GitHub
parent 6fb118ba95
commit f7429f2f9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 328 additions and 304 deletions

View file

@ -24,9 +24,14 @@ local images = import "values/images.jsonnet";
"cassandra", [ container ]
);
local service =
engine.service(containerSet)
.with_port(9042, 9042);
engine.resources([
vol,
containerSet,
service,
])
},