add more ml env variables for the categorizer [ci skip]
This commit is contained in:
parent
830c5cea61
commit
5dcac92abb
2 changed files with 8 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue