Compare commits

..

1 commit

8 changed files with 16 additions and 16 deletions
.vscode
kubernetes
apps
database/crunchy-postgres-operator/cluster
default/prowlarr/app
kube-system/generic-device-plugin/app
bootstrap/talos
templates/volsync

View file

@ -1,6 +1,7 @@
{
"recommendations": [
"mikestead.dotenv",
"redhat.ansible",
"redhat.vscode-yaml",
"signageos.signageos-vscode-sops",
"pkief.material-icon-theme",

View file

@ -36,12 +36,3 @@ spec:
- regexp:
source: "(.*)"
target: "minio_$1"
- extract:
key: hetzner
rewrite:
- regexp:
source: "[^a-zA-Z0-9 -]"
target: "_"
- regexp:
source: "(.*)"
target: "hetzner_$1"

View file

@ -178,7 +178,7 @@ spec:
- name: repo1 # Minio
s3: &minio
bucket: "crunchy-main"
endpoint: "s3.jahanson.tech:9000"
endpoint: "s3.hsn.dev"
region: "us-east-1"
schedules:
full: "0 1 * * 0" # Sunday at 01:00

View file

@ -31,7 +31,7 @@ spec:
app:
image:
repository: ghcr.io/onedr0p/prowlarr-develop
tag: 1.29.0.4897@sha256:7ce899a3aede6e505e395bcf0f7a6749b25b57b69e1a355bd39dc7f60a25985e
tag: 1.29.0.4897@sha256:dbbc3ba87472bd61dd0138f7bc81d7a7f5295995bd6b8ed8ff3bd0187db2faab
env:
# Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518
# Ref: https://github.com/dotnet/runtime/issues/9336

View file

@ -27,10 +27,6 @@ spec:
values:
defaultPodOptions:
priorityClassName: system-node-critical
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
controllers:
generic-device-plugin:
type: daemonset

View file

@ -32,6 +32,8 @@ nodes:
officialExtensions:
- siderolabs/i915
- siderolabs/intel-ucode
- siderolabs/glibc
- hostname: frodo
disableSearchDomain: true
ipAddress: 10.1.1.63
@ -49,6 +51,8 @@ nodes:
officialExtensions:
- siderolabs/i915
- siderolabs/intel-ucode
- siderolabs/glibc
- hostname: sam
disableSearchDomain: true
ipAddress: 10.1.1.64
@ -66,6 +70,8 @@ nodes:
officialExtensions:
- siderolabs/i915
- siderolabs/intel-ucode
- siderolabs/glibc
- hostname: pippin
disableSearchDomain: true
ipAddress: 10.1.1.65
@ -83,6 +89,8 @@ nodes:
officialExtensions:
- siderolabs/i915
- siderolabs/intel-ucode
- siderolabs/glibc
- hostname: merry
disableSearchDomain: true
ipAddress: 10.1.1.66
@ -111,6 +119,7 @@ nodes:
- siderolabs/amd-ucode
- siderolabs/nvidia-container-toolkit-production
- siderolabs/nvidia-open-gpu-kernel-modules-production
- siderolabs/glibc
- hostname: rosie
disableSearchDomain: true
ipAddress: 10.1.1.67
@ -128,6 +137,8 @@ nodes:
officialExtensions:
- siderolabs/i915
- siderolabs/intel-ucode
- siderolabs/glibc
worker:
patches:
# hugepages

View file

@ -4,4 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./claim.yaml
- ./minio.yaml
- ./r2.yaml

View file

@ -31,7 +31,7 @@ metadata:
spec:
sourcePVC: "${APP}"
trigger:
schedule: "0 * * * *"
schedule: "0 0 * * *"
restic:
copyMethod: "${VOLSYNC_COPYMETHOD:-Snapshot}"
pruneIntervalDays: 7