Compare commits
49 Commits
342ab378cd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1007e8ee4b | |||
|
7f487b0990
|
|||
| 9137db2b9f | |||
|
acaf66a39c
|
|||
|
2016580fa0
|
|||
| acb664318e | |||
|
b39e6fdce8
|
|||
| c21f54cc2c | |||
|
5b8aa97081
|
|||
| 9a94ccc337 | |||
|
2a2aeba921
|
|||
|
a11fea834b
|
|||
| 4ba9a42b7e | |||
|
453956f5d1
|
|||
| 9972e1ecb9 | |||
|
674aaaea9c
|
|||
|
c18ade7a7e
|
|||
|
7f984f61af
|
|||
| 4d2ac0b44d | |||
|
71372379b9
|
|||
|
e02f3aa9fd
|
|||
|
67f852c737
|
|||
|
fd20dccf6c
|
|||
|
9745f6aa53
|
|||
|
fc3d187d99
|
|||
|
b6a74c4a8f
|
|||
|
1b44fd7ab5
|
|||
|
37a0370bb3
|
|||
|
f5a07f0810
|
|||
|
5b5c394581
|
|||
|
0946ef68a3
|
|||
| dbfecc1090 | |||
|
4e22ab2416
|
|||
|
7719d488b7
|
|||
|
7f2a21d15d
|
|||
|
1d07f20850
|
|||
|
cc3a0ff414
|
|||
|
d337a6ad3d
|
|||
|
a55400a0ba
|
|||
|
b04c27eaf1
|
|||
|
5fc38bf8f0
|
|||
|
a83a8f9577
|
|||
|
5e3c0f386f
|
|||
|
6cb6ba6e22
|
|||
|
1043895e71
|
|||
|
b6952cec5c
|
|||
|
c2f8178b11
|
|||
|
dddbf25e45
|
|||
|
846aa2d534
|
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: flaresolverr
|
||||
image: ghcr.io/flaresolverr/flaresolverr:v3.4.1
|
||||
image: ghcr.io/flaresolverr/flaresolverr:v3.4.6
|
||||
resources:
|
||||
requests:
|
||||
memory: "2Gi"
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: prowlarr
|
||||
image: linuxserver/prowlarr:version-2.0.5.5160
|
||||
image: linuxserver/prowlarr:version-2.3.0.5236
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: radarr
|
||||
image: linuxserver/radarr:version-5.27.5.10198
|
||||
image: linuxserver/radarr:version-6.0.4.10291
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: sonarr
|
||||
image: linuxserver/sonarr:4.0.15
|
||||
image: linuxserver/sonarr:version-4.0.16.2944
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: attic-db-auth
|
||||
spec:
|
||||
data:
|
||||
- remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: cloudnativepg
|
||||
metadataPolicy: None
|
||||
property: attic_pw
|
||||
secretKey: password
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: weyma-vault
|
||||
target:
|
||||
template:
|
||||
data:
|
||||
ATTIC_SERVER_DATABASE_URL: "postgres://attic:{{ .password }}@pooler-weyma-rw.cloudnativepg.svc.cluster.local/attic"
|
||||
creationPolicy: Owner
|
||||
deletionPolicy: Retain
|
||||
name: attic-db-auth
|
||||
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
name: attic
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app: attic
|
||||
@@ -18,6 +18,8 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: attic-secret
|
||||
- secretRef:
|
||||
name: attic-db-auth
|
||||
- secretRef:
|
||||
name: attic-bucket
|
||||
volumeMounts:
|
||||
|
||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: authentik
|
||||
version: 2026.2.1
|
||||
version: 2026.2.2
|
||||
repository: https://charts.goauthentik.io
|
||||
@@ -15,35 +15,6 @@ authentik:
|
||||
service:
|
||||
labels:
|
||||
metrics_enabled: "true"
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 10
|
||||
httpGet:
|
||||
path: "{{ .Values.authentik.web.path }}-/health/live/"
|
||||
port: http
|
||||
|
||||
readinessProbe:
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 10
|
||||
httpGet:
|
||||
path: "{{ .Values.authentik.web.path }}-/health/ready/"
|
||||
port: http
|
||||
|
||||
startupProbe:
|
||||
failureThreshold: 60
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 10
|
||||
httpGet:
|
||||
path: "{{ .Values.authentik.web.path }}-/health/live/"
|
||||
port: http
|
||||
worker:
|
||||
replicas: 3
|
||||
volumeMounts:
|
||||
|
||||
@@ -28,7 +28,7 @@ data:
|
||||
container:
|
||||
network: "host"
|
||||
privileged: false
|
||||
options:
|
||||
options: ""
|
||||
workdir_parent: /scratch
|
||||
valid_volumes:
|
||||
- /scratch/**
|
||||
|
||||
@@ -41,6 +41,8 @@ spec:
|
||||
image: gitea/act_runner:nightly-dind-rootless
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS
|
||||
value: "--net=slirp4netns --copy-up=/etc"
|
||||
- name: CONFIG_FILE
|
||||
value: /config/config.yaml
|
||||
- name: DOCKER_HOST
|
||||
|
||||
+1
-1
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: gitea
|
||||
version: 12.5.6
|
||||
version: 12.5.12
|
||||
repository: https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/
|
||||
+1
-1
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: jellyfin
|
||||
version: 2.7.0
|
||||
version: 3.2.0
|
||||
repository: https://jellyfin.github.io/jellyfin-helm
|
||||
@@ -26,10 +26,6 @@ jellyfin:
|
||||
nfs:
|
||||
server: 10.105.15.20
|
||||
path: /mnt/hdd-pool/movies
|
||||
- name: dvr
|
||||
nfs:
|
||||
server: 10.105.15.20
|
||||
path: /mnt/hdd-pool/DVR
|
||||
- name: youtube-vids
|
||||
nfs:
|
||||
server: 10.105.15.20
|
||||
@@ -50,8 +46,6 @@ jellyfin:
|
||||
mountPath: /mnt/tv-shows
|
||||
- name: movies
|
||||
mountPath: /mnt/movies
|
||||
- name: dvr
|
||||
mountPath: /mnt/dvr
|
||||
- name: youtube-vids
|
||||
mountPath: /mnt/youtube-vids
|
||||
- name: transcode-temp
|
||||
|
||||
@@ -14,12 +14,14 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: yt-dlp-bot
|
||||
image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:204404b'
|
||||
image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:fb0746e'
|
||||
env:
|
||||
- name: OUT_PATH
|
||||
value: /data/youtube-vids
|
||||
- name: TEMP_PATH
|
||||
value: /tmp/ytdlp-temp
|
||||
- name: LOADING_EMOJI
|
||||
value: "<a:loading:1479485735076761848>"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: yt-dlp-discord-token
|
||||
|
||||
Reference in New Issue
Block a user