create backfill for transcoding media particles

Closes #192
This commit is contained in:
talksik
2026-04-30 08:20:24 -07:00
parent 89906dba7c
commit 39ac3ed290
6 changed files with 371 additions and 113 deletions
+23
View File
@@ -195,3 +195,26 @@ profiles:
- k8s/prod/pusher.yaml
deploy:
kubectl: {}
---
apiVersion: skaffold/v4beta11
kind: Config
metadata:
name: transcodebackfill
build:
local: {}
tagPolicy:
gitCommit:
variant: AbbrevCommitSha
profiles:
- name: prod
build:
artifacts:
- image: transcodebackfill
context: .
docker:
dockerfile: Dockerfile.transcodebackfill
manifests:
rawYaml:
- k8s/prod/transcodebackfill.yaml
deploy:
kubectl: {}