This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Generate Kubernetes manifests for a deployed agent.
|
||||
|
||||
Targets the existing local cluster: namespace ``agents``, registry at
|
||||
``localhost:30500``, traefik ingress at ``<name>.127-0-0-1.nip.io``.
|
||||
``registry.a2acloud.io``, traefik ingress at ``<name>.a2acloud.io``.
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
@@ -12,7 +12,7 @@ import yaml
|
||||
from ..agent import A2AAgent
|
||||
|
||||
NAMESPACE = "agents"
|
||||
INGRESS_HOST_TEMPLATE = "{name}.127-0-0-1.nip.io"
|
||||
INGRESS_HOST_TEMPLATE = "{name}.a2acloud.io"
|
||||
|
||||
|
||||
def render_manifests(
|
||||
|
||||
Reference in New Issue
Block a user