fix: 🐛 update ytd to correct container image

This commit is contained in:
2026-01-16 21:12:47 +00:00
parent cc543f62c8
commit cde763585b

View File

@@ -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