diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index 6da4d2c..966ea1d 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -88,7 +88,7 @@ spec: # Init container to run database migrations initContainers: - name: youmusic-migrations - image: "ghcr.io/wahyd4/you-music:master-56" + image: "ghcr.io/wahyd4/you-music:master-57" imagePullPolicy: Always workingDir: /app/backend command: @@ -121,7 +121,7 @@ spec: containers: - name: youmusic - image: "ghcr.io/wahyd4/you-music:master-56" # Auto-updated by CI + image: "ghcr.io/wahyd4/you-music:master-57" # Auto-updated by CI imagePullPolicy: Always workingDir: /app/backend command: @@ -221,7 +221,7 @@ metadata: nginx.ingress.kubernetes.io/proxy-send-timeout: "600" # Optional: Enable authentication nginx.ingress.kubernetes.io/auth-url: "https://pass.junv.cc/oauth2/auth" - nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/oauth2/start?rd=$escaped_request_uri" + nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/oauth2/start?rd=https://$host$escaped_request_uri" spec: ingressClassName: nginx tls: