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