refactor: music-transcode

This commit is contained in:
auricom
2025-01-19 21:45:46 +01:00
parent 7ab55ad473
commit fd1febeeb9
7 changed files with 335 additions and 310 deletions

View File

@@ -0,0 +1,16 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ./helmrelease.yaml
configMapGenerator:
- name: music-transcode-configmap
files:
- ./scripts/transcode.sh
- ./scripts/transcode_exclude.cfg
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled