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