bstein-dev-home: separate portal migrations

This commit is contained in:
Brad Stein 2026-01-23 03:28:26 -03:00
parent ca47e03953
commit fda986ab3d
5 changed files with 24 additions and 2 deletions

View File

@ -0,0 +1,16 @@
# clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: bstein-dev-home-migrations
namespace: flux-system
spec:
interval: 10m
path: ./services/bstein-dev-home/migrations
prune: true
sourceRef:
kind: GitRepository
name: flux-system
targetNamespace: bstein-dev-home
wait: false
suspend: true

View File

@ -12,6 +12,7 @@ resources:
- pegasus/image-automation.yaml
- bstein-dev-home/kustomization.yaml
- bstein-dev-home/image-automation.yaml
- bstein-dev-home-migrations/kustomization.yaml
- harbor/kustomization.yaml
- harbor/image-automation.yaml
- jellyfin/kustomization.yaml

View File

@ -15,7 +15,6 @@ resources:
- frontend-service.yaml
- backend-deployment.yaml
- backend-service.yaml
- portal-migrate-job.yaml
- vaultwarden-cred-sync-cronjob.yaml
- portal-onboarding-e2e-test-job.yaml
- ingress.yaml

View File

@ -0,0 +1,6 @@
# services/bstein-dev-home/migrations/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: bstein-dev-home
resources:
- portal-migrate-job.yaml

View File

@ -1,4 +1,4 @@
# services/bstein-dev-home/portal-migrate-job.yaml
# services/bstein-dev-home/migrations/portal-migrate-job.yaml
apiVersion: batch/v1
kind: Job
metadata: