summaryrefslogtreecommitdiff
path: root/f3s/minvid/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-31 17:10:50 +0200
committerPaul Buetow <paul@buetow.org>2026-01-31 17:10:50 +0200
commit77f44553bcc0857c20e0a650a0a7d134da199729 (patch)
treeca26570213c7ee969b5eb1f0afd733e2a93e2fda /f3s/minvid/Justfile
parent32a57d822cfe4315f5ad16186caa25337d6ef7b0 (diff)
Update MinVid deployment with corrected image and port configuration
Amp-Thread-ID: https://ampcode.com/threads/T-019c1492-bec0-70f8-8d02-ef3596a7228b Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'f3s/minvid/Justfile')
-rw-r--r--f3s/minvid/Justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/minvid/Justfile b/f3s/minvid/Justfile
index 9e17f2c..6d19d3f 100644
--- a/f3s/minvid/Justfile
+++ b/f3s/minvid/Justfile
@@ -20,9 +20,9 @@ status:
logs lines="100":
kubectl logs -n {{NAMESPACE}} -l app=minvid --tail={{lines}} -f
-port-forward port="3000":
+port-forward port="8000":
@echo "Forwarding minvid to localhost:{{port}}"
- kubectl port-forward -n {{NAMESPACE}} svc/minvid-service {{port}}:3000
+ kubectl port-forward -n {{NAMESPACE}} svc/minvid-service {{port}}:80
sync:
@echo "Triggering ArgoCD sync..."