Files
gitops/apps/outline/ingress.yaml
Ubuntu b412e3abad 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
2026-01-12 15:50:05 +00:00

26 lines
613 B
YAML

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