Fix/minor issues (#329)

* Fix MistralAI, symbol error caused it to fail to start

* Update templates
This commit is contained in:
cybermaggedon 2025-03-25 19:14:56 +00:00 committed by GitHub
parent 222de268c7
commit b1ab2938b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 9 deletions

View file

@ -27,12 +27,11 @@ local url = import "values/url.jsonnet";
.with_port(8080, 8080, "metrics");
engine.resources([
envSecrets,
containerSet,
service,
])
},
} + prompts
}