add more ml env variables for the categorizer [ci skip]

This commit is contained in:
Viktor Barzin 2023-08-24 17:58:20 +00:00
parent 830c5cea61
commit 5dcac92abb
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 8 additions and 0 deletions

View file

@ -173,6 +173,14 @@ resource "kubernetes_deployment" "finance_app" {
name = "ML_MODEL_PATH"
value = "/data/ml_categorizer.pkl"
}
env {
name = "LABEL_ENCODER_PATH"
value = "/data/label_encoder_categorizer.pkl"
}
env {
name = "VECTORIZER_PATH"
value = "/data/vectorizer_categorizer.pkl"
}
volume_mount {
name = "data"
mount_path = "/data"

Binary file not shown.