Automated Manifest Update (#2978)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2978
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2978.
This commit is contained in:
2025-12-30 04:07:19 +00:00
committed by Alex Lebens
parent fd4f5210c0
commit ccf61e5215
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ metadata:
data: data:
config.yaml: | config.yaml: |
configuration: configuration:
working_directory: /config working_directory: /cache
subscriptions.yaml: | subscriptions.yaml: |
__preset__: __preset__:
embed_thumbnail: True embed_thumbnail: True

View File

@@ -24,7 +24,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/configMaps: 3b1b3a2480eb4f89036b085513cd32d95f67587107bf336365703a9269412e4e checksum/configMaps: 7dc761675b15b497c6780befe4be47289bdfda96f734b0c1bafa25bba72ecf13
labels: labels:
app.kubernetes.io/controller: main app.kubernetes.io/controller: main
app.kubernetes.io/instance: ytdl-sub app.kubernetes.io/instance: ytdl-sub
@@ -57,7 +57,7 @@ spec:
cpu: 10m cpu: 10m
memory: 128Mi memory: 128Mi
volumeMounts: volumeMounts:
- mountPath: /config - mountPath: /cache
name: cache name: cache
- mountPath: /config/config.yaml - mountPath: /config/config.yaml
mountPropagation: None mountPropagation: None