fix: 🐛 update ytd to correct container image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user