yt-dlp-bot: deploy update to
This commit is contained in:
@@ -13,25 +13,25 @@ spec:
|
|||||||
app: yt-dlp-bot
|
app: yt-dlp-bot
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: yt-dlp-bot
|
- name: yt-dlp-bot
|
||||||
image: git.dubyatp.xyz/williamp/yt-dlp-bot:3ffb2e4
|
image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:'
|
||||||
env:
|
env:
|
||||||
- name: OUT_PATH
|
- name: OUT_PATH
|
||||||
value: /data/youtube-vids
|
value: /data/youtube-vids
|
||||||
- name: TEMP_PATH
|
- name: TEMP_PATH
|
||||||
value: /tmp/ytdlp-temp
|
value: /tmp/ytdlp-temp
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: yt-dlp-discord-token
|
name: yt-dlp-discord-token
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: youtube-vids
|
- name: youtube-vids
|
||||||
mountPath: /data/youtube-vids
|
mountPath: /data/youtube-vids
|
||||||
- name: temp
|
- name: temp
|
||||||
mountPath: /tmp/ytdlp-temp
|
mountPath: /tmp/ytdlp-temp
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "3Gi"
|
memory: "3Gi"
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
volumes:
|
volumes:
|
||||||
- name: youtube-vids
|
- name: youtube-vids
|
||||||
nfs:
|
nfs:
|
||||||
@@ -41,4 +41,4 @@ spec:
|
|||||||
emptyDir:
|
emptyDir:
|
||||||
medium: Memory
|
medium: Memory
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|||||||
Reference in New Issue
Block a user