mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 20:30:04 +07:00
refactor(apps): remove some apps for now
This commit is contained in:
parent
af2ca6141d
commit
e8fdf2ffb3
@ -1,7 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: hajimari
|
|
||||||
version: 0.0.0
|
|
||||||
dependencies:
|
|
||||||
- name: hajimari
|
|
||||||
version: 1.1.1
|
|
||||||
repository: https://hajimari.io
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: jellyfin
|
|
||||||
version: 0.0.0
|
|
||||||
dependencies:
|
|
||||||
- name: jellyfin
|
|
||||||
version: 9.0.0
|
|
||||||
repository: https://k8s-at-home.com/charts/
|
|
@ -1,10 +0,0 @@
|
|||||||
jellyfin:
|
|
||||||
ingress:
|
|
||||||
main:
|
|
||||||
enabled: true
|
|
||||||
hosts:
|
|
||||||
- host: jellyfin.khuedoan.com
|
|
||||||
tls:
|
|
||||||
- secretName: jellyfin-tls-certificate
|
|
||||||
hosts:
|
|
||||||
- jellyfin.khuedoan.com
|
|
@ -1,7 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: syncthing
|
|
||||||
version: 0.0.0
|
|
||||||
dependencies:
|
|
||||||
- name: syncthing
|
|
||||||
version: 3.0.0
|
|
||||||
repository: https://k8s-at-home.com/charts/
|
|
@ -1,21 +0,0 @@
|
|||||||
syncthing:
|
|
||||||
ingress:
|
|
||||||
main:
|
|
||||||
enabled: true
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
|
||||||
hosts:
|
|
||||||
- host: syncthing.khuedoan.com
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls:
|
|
||||||
- secretName: syncthing-tls-certificate
|
|
||||||
hosts:
|
|
||||||
- syncthing.khuedoan.com
|
|
||||||
persistence:
|
|
||||||
data:
|
|
||||||
enabled: true
|
|
||||||
size: 10Gi
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
retain: true
|
|
Loading…
Reference in New Issue
Block a user