mirror of
https://github.com/harivansh-afk/agentikube.git
synced 2026-04-22 03:03:45 +00:00
init
This commit is contained in:
commit
0595d93c49
28 changed files with 1763 additions and 0 deletions
10
internal/manifest/templates/warm-pool.yaml.tmpl
Normal file
10
internal/manifest/templates/warm-pool.yaml.tmpl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: agentsandbox.dev/v1
|
||||
kind: SandboxWarmPool
|
||||
metadata:
|
||||
name: sandbox-warm-pool
|
||||
namespace: {{ .Namespace }}
|
||||
spec:
|
||||
templateRef:
|
||||
name: sandbox-template
|
||||
replicas: {{ .Sandbox.WarmPool.Size }}
|
||||
ttlMinutes: {{ .Sandbox.WarmPool.TTLMinutes }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue