Fix CI: Add missing deployment manifests

This commit is contained in:
khalil
2026-07-04 11:42:27 +00:00
parent 73bce74b8c
commit 176fbc2188
2 changed files with 63 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: tamagotchi-frontend
namespace: tamagotchi
labels:
app: tamagotchi-frontend
tier: frontend
spec:
replicas: 1
selector:
matchLabels:
app: tamagotchi-frontend
template:
metadata:
labels:
app: tamagotchi-frontend
tier: frontend
spec:
containers:
- name: frontend
image: git.khalilaliouich.com/khalil/tamagotchi-frontend:latest
imagePullPolicy: Always
ports:
- containerPort: 80