This commit is contained in:
2
a2a.yaml
2
a2a.yaml
@@ -1,5 +1,5 @@
|
|||||||
name: blog-openapi-agent
|
name: blog-openapi-agent
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
entrypoint: agent:BlogOpenapiAgent
|
entrypoint: agent:BlogOpenapiAgent
|
||||||
description: Publishing and read API for the a2a cloud blog. Published content is
|
description: Publishing and read API for the a2a cloud blog. Published content is
|
||||||
public; draft, preview, create, update, and delete operations require the blog API
|
public; draft, preview, create, update, and delete operations require the blog API
|
||||||
|
|||||||
@@ -20,13 +20,13 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: agent
|
- name: agent
|
||||||
image: registry.a2acloud.io/agents/blog-openapi-agent:581d782dd911fba093ee182a266601e5fe62dfbf
|
image: registry.a2acloud.io/agents/blog-openapi-agent:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: A2A_AGENT_IMAGE
|
- name: A2A_AGENT_IMAGE
|
||||||
value: registry.a2acloud.io/agents/blog-openapi-agent:581d782dd911fba093ee182a266601e5fe62dfbf
|
value: registry.a2acloud.io/agents/blog-openapi-agent:latest
|
||||||
- name: A2A_RENDER_IMAGE
|
- name: A2A_RENDER_IMAGE
|
||||||
value: registry.a2acloud.io/agents/blog-openapi-agent:581d782dd911fba093ee182a266601e5fe62dfbf
|
value: registry.a2acloud.io/agents/blog-openapi-agent:latest
|
||||||
- name: A2A_CP_URL
|
- name: A2A_CP_URL
|
||||||
value: "http://control-plane.control-plane.svc.cluster.local"
|
value: "http://control-plane.control-plane.svc.cluster.local"
|
||||||
- name: A2A_LOGIN_URL
|
- name: A2A_LOGIN_URL
|
||||||
|
|||||||
Reference in New Issue
Block a user