refactor(apps): remove some apps for now

This commit is contained in:
Khue Doan 2021-11-26 14:56:51 +07:00
parent af2ca6141d
commit e8fdf2ffb3
6 changed files with 0 additions and 53 deletions

View File

@ -1,7 +0,0 @@
apiVersion: v2
name: hajimari
version: 0.0.0
dependencies:
- name: hajimari
version: 1.1.1
repository: https://hajimari.io

View File

@ -1 +0,0 @@

View File

@ -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/

View File

@ -1,10 +0,0 @@
jellyfin:
ingress:
main:
enabled: true
hosts:
- host: jellyfin.khuedoan.com
tls:
- secretName: jellyfin-tls-certificate
hosts:
- jellyfin.khuedoan.com

View File

@ -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/

View File

@ -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