fix resume pdf generation [ci skip]
This commit is contained in:
parent
eeabe652d3
commit
2ac92167c5
1 changed files with 5 additions and 1 deletions
|
|
@ -160,7 +160,11 @@ resource "kubernetes_deployment" "resume" {
|
||||||
}
|
}
|
||||||
env {
|
env {
|
||||||
name = "PRINTER_ENDPOINT"
|
name = "PRINTER_ENDPOINT"
|
||||||
value = "http://printer.${local.namespace}.svc.cluster.local:3000"
|
value = "ws://printer.${local.namespace}.svc.cluster.local:3000"
|
||||||
|
}
|
||||||
|
env {
|
||||||
|
name = "PRINTER_APP_URL"
|
||||||
|
value = "http://resume.${local.namespace}.svc.cluster.local"
|
||||||
}
|
}
|
||||||
env {
|
env {
|
||||||
name = "AUTH_SECRET"
|
name = "AUTH_SECRET"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue