Files
infrastructure/clusters/cl01tl/manifests/rayflume/Service-rayflume.yaml
gitea-bot dc7a9f36c4 Automated Manifest Update (#2859)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2859
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2025-12-26 03:11:03 +00:00

23 lines
514 B
YAML

apiVersion: v1
kind: Service
metadata:
name: rayflume
labels:
app.kubernetes.io/instance: rayflume
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: rayflume
app.kubernetes.io/service: rayflume
helm.sh/chart: rayflume-4.5.0
namespace: rayflume
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: rayflume
app.kubernetes.io/name: rayflume