deploy
This commit is contained in:
19
a2a.yaml
19
a2a.yaml
@@ -1,9 +1,14 @@
|
||||
# Project identity for `a2a deploy`. Most metadata (resources, scopes,
|
||||
# secrets, workspace, etc.) lives on the Python class — this file only
|
||||
# tells the CLI how to find it.
|
||||
name: openpannel
|
||||
version: 0.1.0
|
||||
version: 1.0.0
|
||||
entrypoint: agent:Openpannel
|
||||
expose:
|
||||
public: true
|
||||
|
||||
description: OpenPanel analytics agent for the A2A Cloud OpenPanel deployment. Includes
|
||||
manage/admin operations and project analytics operations from the OpenPanel OpenAPI
|
||||
specs.
|
||||
runtime:
|
||||
resources:
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
egress:
|
||||
allow_hosts:
|
||||
- analytics.a2acloud.io
|
||||
deny_internet_by_default: true
|
||||
|
||||
Reference in New Issue
Block a user