mirror of
https://github.com/khuedoan/homelab.git
synced 2025-08-02 08:09:34 +07:00
refactor!: remove Seafile
I don't use Seafile that much, and the new version is kind of a pain to set up (CSRF failed, hard to configure automatically, etc.). I haven't chosen an alternative yet, but it may come in the future.
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: seafile
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: seafile
|
||||
version: 2.0.1
|
||||
repository: https://k8s-at-home.com/charts
|
@ -1,18 +0,0 @@
|
||||
seafile:
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
- host: &host seafile.khuedoan.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: seafile-tls-certificate
|
||||
hosts:
|
||||
- *host
|
||||
mariadb:
|
||||
enabled: true
|
Reference in New Issue
Block a user