chore: Update k8s manifest to version master-42

This commit is contained in:
youmusic-bot
2025-11-07 03:50:20 +00:00
parent 8d9941c1ad
commit 3f200e1337
+4 -3
View File
@@ -54,7 +54,7 @@ spec:
# Init container to run database migrations
initContainers:
- name: youmusic-migrations
image: "ghcr.io/wahyd4/you-music:master-41"
image: "ghcr.io/wahyd4/you-music:master-42"
imagePullPolicy: Always
workingDir: /app/backend
command:
@@ -85,14 +85,15 @@ spec:
containers:
- name: youmusic
image: "ghcr.io/wahyd4/you-music:master-41" # Auto-updated by CI
image: "ghcr.io/wahyd4/you-music:master-42" # Auto-updated by CI
imagePullPolicy: Always
workingDir: /app/backend
command:
- /bin/bash
- -c
- |
exec uvicorn main:app --host 0.0.0.0 --port 8000 --workers 1
echo "🚀 Starting YouMusic application..."
exec uvicorn main:app --host 0.0.0.0 --port 8000
volumeMounts:
- name: data
mountPath: /app/data