deleted: apps/outline/Chart.yaml

modified:   apps/outline/VAULT_SETUP.md
	new file:   apps/outline/dependencies.yaml
	new file:   apps/outline/deployment.yaml
	new file:   apps/outline/ingress.yaml
	deleted:    apps/outline/values.yaml
This commit is contained in:
Ubuntu
2026-01-12 15:50:05 +00:00
parent 04e8701b10
commit b412e3abad
6 changed files with 179 additions and 79 deletions

25
apps/outline/ingress.yaml Normal file
View File

@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: outline
namespace: outline
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
tls:
- hosts:
- kb.apps.k3s.stabify.de
secretName: outline-tls
rules:
- host: kb.apps.k3s.stabify.de
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: outline
port:
number: 80