Files
homelab/k8s/apps/agent-pod/hub-service.yaml
T

12 lines
166 B
YAML

apiVersion: v1
kind: Service
metadata:
name: agent-hub
namespace: agent-pod
spec:
selector:
app: agent-pod
ports:
- port: 9090
targetPort: 9090