mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
- Change default server host to localhost for improved security.
- Increase default maximum tokens in CLI configuration to 256. - Refactor and reorganize CLI
This commit is contained in:
@@ -49,4 +49,13 @@ features = [
|
||||
"fast-rng", # Use a faster (but still sufficiently random) RNG
|
||||
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
|
||||
"js", # Enable JavaScript RNG for WASM targets
|
||||
]
|
||||
]
|
||||
|
||||
[package.metadata.kube]
|
||||
image = "ghcr.io/geoffsee/leptos-chat:latest"
|
||||
replicas = 1
|
||||
port = 8788
|
||||
resources.cpu = "500m"
|
||||
resources.memory = "256Mi"
|
||||
#ingress.host = "my-service.example.com"
|
||||
#env = { RUST_LOG = "info", DATABASE_URL = "postgres://..." }
|
Reference in New Issue
Block a user