This commit is contained in:
2026-02-24 18:47:27 -06:00
parent db9b722929
commit d531e1ca83
5 changed files with 81 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
apiVersion: batch/v1
kind: Job
metadata:
name: prisma-migrate-RELEASE_TAG
namespace: optima
labels:
app: prisma-migrate
spec:
backoffLimit: 3
ttlSecondsAfterFinished: 300
template:
spec:
containers:
- name: migrate
image: ghcr.io/project-optima/ttscm-api-migrate:RELEASE_TAG
envFrom:
- secretRef:
name: optima-api-env
restartPolicy: Never
imagePullSecrets:
- name: github-container-registry