Skip to content

Commit 83db566

Browse files
move manifests
1 parent e5e437b commit 83db566

File tree

19 files changed

+67
-346
lines changed

19 files changed

+67
-346
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
resources:
5+
- ../../../../apps/vcr
6+
patches:
7+
- target:
8+
kind: CronJob
9+
patch: |-
10+
- op: replace
11+
path: "/metadata/name"
12+
value: "vcr-gametwo"
13+
- op: replace
14+
path: "/spec/timeZone"
15+
value: "Europe/Berlin"
16+
- op: replace
17+
path: "/spec/schedule"
18+
value: "0 0 * * *"
19+
- op: replace
20+
path: "/spec/jobTemplate/spec/template/spec/containers/0/command"
21+
value:
22+
- yt-dlp
23+
- "--break-on-reject"
24+
- "--cache-dir=/data/.yt-dlp"
25+
- "--dateafter=now-2day"
26+
- '--format-sort=height:1080'
27+
- "--prefer-free-formats"
28+
- "--output=/data/gametwo/%(upload_date)s_%(title)s.%(ext)s"
29+
- "https://www.youtube.com/@GameTwo"
30+
- '--merge-output-format=mp4'
31+
- '--postprocessor-args=-c:v libx265 -preset slow -crf 28 -pix_fmt yuv420p10le -c:a copy'

clusters/common/vcr/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ kind: Kustomization
44
resources:
55
- sportschau-saturday
66
- sportschau-sunday
7+
- gametwo
8+
- rocketbeans-gaming
79
components:
810
- ../../../apps/vcr/components/fileserver
911
- ../../../apps/vcr/components/fileserver-istio
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
resources:
5+
- ../../../../apps/vcr
6+
patches:
7+
- target:
8+
kind: CronJob
9+
patch: |-
10+
- op: replace
11+
path: "/metadata/name"
12+
value: "vcr-rocketbeans-gaming"
13+
- op: replace
14+
path: "/spec/timeZone"
15+
value: "Europe/Berlin"
16+
- op: replace
17+
path: "/spec/schedule"
18+
value: "0 0 * * *"
19+
- op: replace
20+
path: "/spec/jobTemplate/spec/template/spec/containers/0/command"
21+
value:
22+
- yt-dlp
23+
- "--playlist-end=10"
24+
- "--cache-dir=/data/.yt-dlp"
25+
- "--dateafter=now-7day"
26+
- '--format-sort=height:1080'
27+
- '--match-title=game talk'
28+
- '--merge-output-format=mp4'
29+
- "--prefer-free-formats"
30+
- "--output=/data/rocketbeans-gaming/%(upload_date)s_%(title)s.%(ext)s"
31+
- '--postprocessor-args=-c:v libx265 -preset slow -crf 28 -pix_fmt yuv420p10le -c:a copy'
32+
- "https://www.youtube.com/@RocketBeansGaming"
33+
#- "--break-on-reject"
34+
# - '--format="bv*[height<=1080][fps<=60]+ba*"'

clusters/svc.dd.soeren.cloud/reloader/kustomization.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

clusters/svc.dd.soeren.cloud/reloader/namespace.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

clusters/svc.ez.soeren.cloud/cert-manager/clusterissuer.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

clusters/svc.ez.soeren.cloud/cert-manager/kustomization.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

clusters/svc.ez.soeren.cloud/cert-manager/sops-secret-route53-credentials.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

clusters/svc.ez.soeren.cloud/cert-manager/upsert-secrets.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

clusters/svc.ez.soeren.cloud/reloader/kustomization.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)