Automated Manifest Update #2978

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2025-12-30 04:07:20 +00:00
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