some tries to get a functioning setup

This commit is contained in:
2025-11-26 21:35:08 +01:00
parent 1d3fa552f6
commit 8c7b532a31
14 changed files with 398 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: musicassistant
resources:
- namespace.yaml
- pvc.yaml
- deployment.yaml
- service.yaml
# - ingress.yaml
images:
- name: musicassistant
newName: ghcr.io/music-assistant/server
newTag: 2.6.0