elhadj_AIFE/manifests/02_service.yml
2025-03-12 15:00:28 +00:00

13 lines
189 B
YAML

kind: Service
apiVersion: v1
metadata:
name: exempleci
labels:
app: exempleci
spec:
type: ClusterIP
selector:
app: exempleci
ports:
- port: 5000
targetPort: 5000