initial migration

This commit is contained in:
2023-10-05 14:34:37 +02:00
parent 5cb41fd5e4
commit 41f0153fd0
145 changed files with 17441 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: trilium-ingress
namespace: trilium
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: cloudflare-letsencrypt-prod
spec:
tls:
- hosts: [ 'trilium.kluster.moll.re' ]
secretName: cloudflare-letsencrypt-issuer-account-key
rules:
- host: trilium.kluster.moll.re
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: trilium-trilium-notes
port:
number: 8080