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: spec:
containers: containers:
- name: ytd - name: ytd
image: guipguia/rebels:ytd image: guipguia/dmb:v0.0.1
ports: ports:
- containerPort: 80 - containerPort: 8080
volumeMounts: volumeMounts:
- name: downloads - name: downloads
mountPath: /tmp/downloads mountPath: /tmp/downloads
@@ -45,5 +45,5 @@ spec:
selector: selector:
app: ytd-api app: ytd-api
ports: ports:
- port: 80 - port: 8080
targetPort: 80 targetPort: 8080