# microk8s overrides for ci # ------------------------- # use local images backend_image: "localhost:32000/webrecorder/browsertrix-backend:latest" frontend_image: "localhost:32000/webrecorder/browsertrix-frontend:latest" backend_pull_policy: "IfNotPresent" frontend_pull_policy: "IfNotPresent"