Compare commits
1 commit
1d32d2de95
...
d063789853
Author | SHA1 | Date | |
---|---|---|---|
d063789853 |
3 changed files with 6 additions and 6 deletions
|
@ -75,7 +75,7 @@ spec:
|
|||
"--exclude-category", "music",
|
||||
"--exclude-tag", "added:24h",
|
||||
"--include-tag", "unregistered",
|
||||
# "--dry-run",
|
||||
"--dry-run",
|
||||
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
|
||||
"--port", "80"
|
||||
]
|
||||
|
@ -87,7 +87,7 @@ spec:
|
|||
"--exclude-category", "music",
|
||||
"--include-tag", "expired", # defined in config.yaml
|
||||
"--include-tag", "added:7d",
|
||||
# "--dry-run",
|
||||
"--dry-run",
|
||||
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
|
||||
"--port", "80"
|
||||
]
|
||||
|
|
|
@ -4,4 +4,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ./kubernetes.yaml
|
||||
# - ./talos.yaml
|
||||
- ./talos.yaml
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# yaml-language-server: $schema=https://ks.hsn.dev/talconfig.json
|
||||
clusterName: theshire
|
||||
|
||||
talosVersion: v1.8.0
|
||||
talosVersion: v1.7.6
|
||||
kubernetesVersion: 1.30.2
|
||||
endpoint: "https://10.1.1.57:6444"
|
||||
|
||||
|
@ -107,8 +107,8 @@ nodes:
|
|||
systemExtensions:
|
||||
officialExtensions:
|
||||
- siderolabs/amd-ucode
|
||||
- siderolabs/nonfree-kmod-nvidia-production
|
||||
- siderolabs/nvidia-container-toolkit-production
|
||||
- siderolabs/nonfree-kmod-nvidia
|
||||
- siderolabs/nvidia-container-toolkit
|
||||
|
||||
worker:
|
||||
schematic:
|
||||
|
|
Loading…
Reference in a new issue