Files
tamagotchi-service/frontend-deployment.yaml
T
2026-07-04 18:42:55 +00:00

26 lines
577 B
YAML

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:83ed8f6876e3f5b6bf1651e071942f2e128073d7
imagePullPolicy: Always
ports:
- containerPort: 80