agent-factory: generate agent auto-deploy-application-to-developm

This commit is contained in:
2026-08-05 01:04:38 +00:00
parent 729c3591a1
commit 1eacad2e34
19 changed files with 586 additions and 0 deletions

16
k8s/service.yaml Normal file
View File

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