Alexis Bruneteau 483f70dc96
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 2m7s
prod v0
2025-06-02 11:19:48 +02:00

21 lines
416 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: hosting-backend
namespace: hosting
spec:
replicas: 1
selector:
matchLabels:
app: hosting-backend
template:
metadata:
labels:
app: hosting-backend
spec:
containers:
- name: hosting-backend
image: gitea.vidoks.fr/sortifal/hosting-backend-prod:latest
ports:
- containerPort: 80