add vaultwarden, self manage argo

This commit is contained in:
2025-10-13 11:22:11 +02:00
parent 8def14af64
commit ba59b53e69
17 changed files with 244 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: passwords-ingressroute
spec:
entryPoints:
- websecure
routes:
- match: Host(`passwords.kluster.moll.re`)
kind: Rule
services:
- name: passwords-web
port: 80
tls:
certResolver: default-tls