mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-09 05:06:44 +10:00
chore: Update k8s manifest to version master-42
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user