add env variable to store the ml categorizer in a permanent sotrage [ci skip]
This commit is contained in:
parent
cdeebc8a87
commit
830c5cea61
2 changed files with 4 additions and 0 deletions
|
|
@ -169,6 +169,10 @@ resource "kubernetes_deployment" "finance_app" {
|
||||||
name = "GOCARDLESS_SECRET_KEY"
|
name = "GOCARDLESS_SECRET_KEY"
|
||||||
value = var.gocardless_secret_key
|
value = var.gocardless_secret_key
|
||||||
}
|
}
|
||||||
|
env {
|
||||||
|
name = "ML_MODEL_PATH"
|
||||||
|
value = "/data/ml_categorizer.pkl"
|
||||||
|
}
|
||||||
volume_mount {
|
volume_mount {
|
||||||
name = "data"
|
name = "data"
|
||||||
mount_path = "/data"
|
mount_path = "/data"
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue