From cde763585bb7eee86578e5428e7e6ce5eda8433a Mon Sep 17 00:00:00 2001 From: guipguia Date: Fri, 16 Jan 2026 21:12:47 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20ytd=20to=20corre?= =?UTF-8?q?ct=20container=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ytd/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/ytd/deployment.yaml b/apps/ytd/deployment.yaml index 1674d6f..3eb1e19 100644 --- a/apps/ytd/deployment.yaml +++ b/apps/ytd/deployment.yaml @@ -18,9 +18,9 @@ spec: spec: containers: - name: ytd - image: guipguia/rebels:ytd + image: guipguia/dmb:v0.0.1 ports: - - containerPort: 80 + - containerPort: 8080 volumeMounts: - name: downloads mountPath: /tmp/downloads @@ -45,5 +45,5 @@ spec: selector: app: ytd-api ports: - - port: 80 - targetPort: 80 + - port: 8080 + targetPort: 8080