agent-factory: generate agent auto-retrieveapplicationdefinitio

This commit is contained in:
2026-08-14 19:15:35 +00:00
parent 8514f53210
commit a5350960ac
19 changed files with 571 additions and 0 deletions

16
k8s/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: auto-retrieveapplicationdefinitio
namespace: agents
labels:
app: auto-retrieveapplicationdefinitio
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
app: auto-retrieveapplicationdefinitio