Alexis Bruneteau f03513aa99
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 13s
prod v0
2025-06-02 11:10:20 +02:00

13 lines
204 B
YAML

apiVersion: v1
kind: Service
metadata:
name: hosting-backend-service
namespace: hosting-alpha
spec:
selector:
app: hosting-backend
ports:
- port: 80
targetPort: 80
type: ClusterIP