Initial commit

This commit is contained in:
kddd21a
2026-07-29 10:47:40 +00:00
commit 402c3ec6ed
171 changed files with 10536 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# migrate-job.yaml
apiVersion: batch/v1
kind: Job
metadata:
name: testpoint-migrate
namespace: testpoint
spec:
backoffLimit: 2
template:
spec:
restartPolicy: Never
containers:
- name: migrate
image: localhost:5000/testpoint:1.0.3
command: ["python", "manage.py", "migrate", "--noinput"]
envFrom:
- configMapRef:
name: testpoint-config
- secretRef:
name: testpoint-secrets