2025-06-20 05:56:38 +00:00

27 lines
641 B
YAML

# ==================================================
# deployment/manifest/service/intelligence-service-service.yaml
# ==================================================
apiVersion: v1
kind: Service
metadata:
name: intelligence-service
namespace: team1tier-healthsync-intelligence-ns
labels:
app: intelligence-service
component: backend
tier: api
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "false"
spec:
type: ClusterIP
sessionAffinity: None
ports:
- name: http
port: 8083
targetPort: http
protocol: TCP
selector:
app: intelligence-service
component: backend