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