# Flux Kustomization for Bakery-IA Production Deployment # This resource tells Flux how to deploy the application apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: bakery-ia-prod namespace: flux-system spec: interval: 5m path: ./infrastructure/kubernetes/overlays/prod prune: true sourceRef: kind: GitRepository name: bakery-ia targetNamespace: bakery-ia timeout: 5m retryInterval: 1m healthChecks: - apiVersion: apps/v1 kind: Deployment name: auth-service namespace: bakery-ia - apiVersion: apps/v1 kind: Deployment name: gateway namespace: bakery-ia