mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Removed: jellyfin & rtorrent
This commit is contained in:
parent
09f7944001
commit
352178bb85
4 changed files with 0 additions and 69 deletions
|
@ -10,16 +10,6 @@ apps:
|
||||||
keys:
|
keys:
|
||||||
- VPN_AUTH
|
- VPN_AUTH
|
||||||
- vpnConfigfile
|
- vpnConfigfile
|
||||||
- name: rtorrent
|
|
||||||
repoURL: https://k8s-at-home.com/charts/
|
|
||||||
chart: rtorrent-flood
|
|
||||||
targetRevision: 9.0.1
|
|
||||||
secrets:
|
|
||||||
- name: openvpn
|
|
||||||
fromApp: deluge
|
|
||||||
keys:
|
|
||||||
- VPN_AUTH
|
|
||||||
- vpnConfigfile
|
|
||||||
|
|
||||||
- name: youtubedl
|
- name: youtubedl
|
||||||
repoURL: https://k8s-at-home.com/charts/
|
repoURL: https://k8s-at-home.com/charts/
|
||||||
|
|
|
@ -168,10 +168,6 @@ configmap:
|
||||||
name: Deluge
|
name: Deluge
|
||||||
url: https://torrent.dc
|
url: https://torrent.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/flood.png
|
|
||||||
name: Flood
|
|
||||||
url: https://flood.dc
|
|
||||||
target: "_blank"
|
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/pyload.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/pyload.png
|
||||||
name: pyLoad
|
name: pyLoad
|
||||||
url: https://pyload.dc
|
url: https://pyload.dc
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
config:
|
|
||||||
description: Stream stuff
|
|
||||||
syncWave: 100
|
|
||||||
repo: k8s-at-home
|
|
||||||
networkPolicy:
|
|
||||||
groups:
|
|
||||||
- internet
|
|
||||||
|
|
||||||
apps:
|
|
||||||
- name: jellyfin
|
|
||||||
chart: jellyfin
|
|
||||||
targetRevision: 9.1.0
|
|
||||||
include:
|
|
||||||
- noRoot
|
|
||||||
- tmpdirs
|
|
|
@ -1,40 +0,0 @@
|
||||||
ingress:
|
|
||||||
main:
|
|
||||||
enabled: true
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
kubernetes.io/ingress.class: external
|
|
||||||
kubernetes.io/tls-acme: "true"
|
|
||||||
hosts:
|
|
||||||
- host: stream.nold.in
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls:
|
|
||||||
- secretName: jellyfin-tls
|
|
||||||
hosts:
|
|
||||||
- stream.nold.in
|
|
||||||
|
|
||||||
securityContext:
|
|
||||||
runAsUser: 568
|
|
||||||
runAsGroup: 568
|
|
||||||
# fsGroup: 568
|
|
||||||
privileged: false
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
storageClass: local-path
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 1Gi
|
|
||||||
cache:
|
|
||||||
enabled: true
|
|
||||||
storageClass: local-path
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 1Gi
|
|
||||||
media:
|
|
||||||
enabled: true
|
|
||||||
type: hostPath
|
|
||||||
mountPath: /media
|
|
||||||
hostPath: /data/media/stream
|
|
||||||
|
|
Loading…
Reference in a new issue