From dd557e5c43363c8cdd5c884e90c3a4186198393b Mon Sep 17 00:00:00 2001 From: youmusic-bot Date: Fri, 7 Nov 2025 05:14:00 +0000 Subject: [PATCH] chore: Update k8s manifest to version master-47 --- k8s/manifest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index 639ea87..d8ad3aa 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -54,7 +54,7 @@ spec: # Init container to run database migrations initContainers: - name: youmusic-migrations - image: "ghcr.io/wahyd4/you-music:master-46" + image: "ghcr.io/wahyd4/you-music:master-47" imagePullPolicy: Always workingDir: /app/backend command: @@ -85,7 +85,7 @@ spec: containers: - name: youmusic - image: "ghcr.io/wahyd4/you-music:master-46" # Auto-updated by CI + image: "ghcr.io/wahyd4/you-music:master-47" # Auto-updated by CI imagePullPolicy: Always workingDir: /app/backend command: @@ -136,7 +136,7 @@ spec: path: / port: http initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 5 timeoutSeconds: 3 resources: requests: