Compare commits
2 Commits
18660ac7e6
...
db3008e83e
| Author | SHA1 | Date | |
|---|---|---|---|
| db3008e83e | |||
| e9621885d3 |
@@ -153,6 +153,7 @@ blocky:
|
||||
radarr-4k IN CNAME traefik-cl01tl
|
||||
radarr-anime IN CNAME traefik-cl01tl
|
||||
radarr-standup IN CNAME traefik-cl01tl
|
||||
rayflume IN CNAME traefik-cl01tl
|
||||
searxng IN CNAME traefik-cl01tl
|
||||
seerr IN CNAME traefik-cl01tl
|
||||
slskd IN CNAME traefik-cl01tl
|
||||
|
||||
@@ -316,8 +316,11 @@ gatus:
|
||||
- name: lidatube
|
||||
url: https://lidatube.alexlebens.net
|
||||
<<: *defaults
|
||||
- name: soulsync
|
||||
url: https://soulsync.alexlebens.net
|
||||
- name: rayflume
|
||||
url: https://rayflume.alexlebens.net
|
||||
<<: *defaults
|
||||
- name: lidatube
|
||||
url: https://lidatube.alexlebens.net
|
||||
<<: *defaults
|
||||
- name: slskd
|
||||
url: https://slskd.alexlebens.net
|
||||
|
||||
@@ -661,11 +661,11 @@ homepage:
|
||||
url: http://lidarr.lidarr:80
|
||||
key: {{ "{{HOMEPAGE_VAR_LIDARR_KEY}}" }}
|
||||
fields: ["wanted", "queued", "artists"]
|
||||
- LidaTube:
|
||||
icon: sh-lidatube.webp
|
||||
description: Searches for Music
|
||||
href: https://lidatube.alexlebens.net
|
||||
siteMonitor: http://lidatube.lidatube:80
|
||||
- RayFlume:
|
||||
icon: sh-youtubarr.webp
|
||||
description: Playlist to Lidarr Import
|
||||
href: https://rayflume.alexlebens.net
|
||||
siteMonitor: http://rayflume.rayflume:80
|
||||
statusStyle: dot
|
||||
- SoulSync:
|
||||
icon: sh-soulsync.webp
|
||||
@@ -673,6 +673,12 @@ homepage:
|
||||
href: https://soulsync.alexlebens.net
|
||||
siteMonitor: http://soulsync.soulsync:80
|
||||
statusStyle: dot
|
||||
- LidaTube:
|
||||
icon: sh-lidatube.webp
|
||||
description: Searches for Music
|
||||
href: https://lidatube.alexlebens.net
|
||||
siteMonitor: http://lidatube.lidatube:80
|
||||
statusStyle: dot
|
||||
- Soulseek:
|
||||
icon: sh-slskd.webp
|
||||
description: slskd
|
||||
|
||||
12
clusters/cl01tl/helm/rayflume/Chart.lock
Normal file
12
clusters/cl01tl/helm/rayflume/Chart.lock
Normal file
@@ -0,0 +1,12 @@
|
||||
dependencies:
|
||||
- name: app-template
|
||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||
version: 4.5.0
|
||||
- name: redis-replication
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 0.5.0
|
||||
- name: volsync-target
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 0.6.0
|
||||
digest: sha256:b6407c3cb6cb6b71d289f73e943111899c8e7711c3141c86774d103014543af2
|
||||
generated: "2025-12-25T21:03:03.423717-06:00"
|
||||
27
clusters/cl01tl/helm/rayflume/Chart.yaml
Normal file
27
clusters/cl01tl/helm/rayflume/Chart.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: v2
|
||||
name: rayflume
|
||||
version: 1.0.0
|
||||
description: RayFlume
|
||||
keywords:
|
||||
- rayflume
|
||||
- music
|
||||
- lidarr
|
||||
home: https://wiki.alexlebens.dev/s/
|
||||
sources:
|
||||
- https://gitea.alexlebens.dev/alexlebens/RayFlume
|
||||
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
||||
maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: app-template
|
||||
alias: rayflume
|
||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||
version: 4.5.0
|
||||
- name: redis-replication
|
||||
version: 0.5.0
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
- name: volsync-target
|
||||
alias: volsync-target-data
|
||||
version: 0.6.0
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
appVersion: 0.0.1
|
||||
42
clusters/cl01tl/helm/rayflume/templates/external-secret.yaml
Normal file
42
clusters/cl01tl/helm/rayflume/templates/external-secret.yaml
Normal file
@@ -0,0 +1,42 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: rayflume-config-secret
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
app.kubernetes.io/name: rayflume-config-secret
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: vault
|
||||
data:
|
||||
- secretKey: SECRET_KEY
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/rayflume/config
|
||||
metadataPolicy: None
|
||||
property: SECRET_KEY
|
||||
- secretKey: LIDARR_TOKEN
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/rayflume/config
|
||||
metadataPolicy: None
|
||||
property: LIDARR_TOKEN
|
||||
- secretKey: YOUTUBE_API_KEY
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/rayflume/config
|
||||
metadataPolicy: None
|
||||
property: YOUTUBE_API_KEY
|
||||
- secretKey: MB_USER_AGENT
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/rayflume/config
|
||||
metadataPolicy: None
|
||||
property: MB_USER_AGENT
|
||||
92
clusters/cl01tl/helm/rayflume/values.yaml
Normal file
92
clusters/cl01tl/helm/rayflume/values.yaml
Normal file
@@ -0,0 +1,92 @@
|
||||
rayflume:
|
||||
controllers:
|
||||
main:
|
||||
type: deployment
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
revisionHistoryLimit: 3
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: harbor.alexlebens.net/images/rayflume
|
||||
tag: 0.0.1
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: DEBUG
|
||||
value: False
|
||||
- name: SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: rayflume-config-secret
|
||||
key: SECRET_KEY
|
||||
- name: ALLOWED_HOSTS
|
||||
value: rayflume.alexlebens.net
|
||||
- name: LIDARR_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: rayflume-config-secret
|
||||
key: LIDARR_TOKEN
|
||||
- name: YOUTUBE_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: rayflume-config-secret
|
||||
key: YOUTUBE_API_KEY
|
||||
- name: YOUTUBE_QUOTA_SAFE_PAGE_SIZE
|
||||
value: 50
|
||||
- name: MB_USER_AGENT
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: rayflume-config-secret
|
||||
key: MB_USER_AGENT
|
||||
- name: CELERY_BROKER_URL
|
||||
value: redis://redis-replication-rayflume-master:6379/0
|
||||
- name: CELERY_RESULT_BACKEND
|
||||
value: redis://redis-replication-rayflume-master:6379/0
|
||||
- name: REFRESH_MINUTES
|
||||
value: 60
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
service:
|
||||
main:
|
||||
controller: main
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
targetPort: 80
|
||||
protocol: HTTP
|
||||
route:
|
||||
main:
|
||||
kind: HTTPRoute
|
||||
parentRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
name: traefik-gateway
|
||||
namespace: traefik
|
||||
hostnames:
|
||||
- rayflume.alexlebens.net
|
||||
rules:
|
||||
- backendRefs:
|
||||
- group: ''
|
||||
kind: Service
|
||||
name: rayflume
|
||||
port: 80
|
||||
weight: 100
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
persistence:
|
||||
data:
|
||||
forceRename: rayflume-data
|
||||
storageClass: ceph-block
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
advancedMounts:
|
||||
main:
|
||||
main:
|
||||
- path: /data
|
||||
readOnly: false
|
||||
volsync-target-data:
|
||||
pvcTarget: rayflume-data
|
||||
@@ -129,6 +129,7 @@ customDNS:
|
||||
radarr-4k IN CNAME traefik-cl01tl
|
||||
radarr-anime IN CNAME traefik-cl01tl
|
||||
radarr-standup IN CNAME traefik-cl01tl
|
||||
rayflume IN CNAME traefik-cl01tl
|
||||
searxng IN CNAME traefik-cl01tl
|
||||
seerr IN CNAME traefik-cl01tl
|
||||
slskd IN CNAME traefik-cl01tl
|
||||
|
||||
@@ -129,6 +129,7 @@ customDNS:
|
||||
radarr-4k IN CNAME traefik-cl01tl
|
||||
radarr-anime IN CNAME traefik-cl01tl
|
||||
radarr-standup IN CNAME traefik-cl01tl
|
||||
rayflume IN CNAME traefik-cl01tl
|
||||
searxng IN CNAME traefik-cl01tl
|
||||
seerr IN CNAME traefik-cl01tl
|
||||
slskd IN CNAME traefik-cl01tl
|
||||
|
||||
Reference in New Issue
Block a user