Files
MOHPortalTest-AllAgents-All…/qwen/python/k8s/service.yaml
2025-10-24 16:29:40 -05:00

15 lines
348 B
YAML

# Kubernetes Service for the MerchantsOfHope application
apiVersion: v1
kind: Service
metadata:
name: merchants-of-hope-service
labels:
app: merchants-of-hope
spec:
selector:
app: merchants-of-hope
ports:
- protocol: TCP
port: 80
targetPort: 21000
type: LoadBalancer # Change to ClusterIP for internal access only