fix: move Bitwarden to security/bitwarden/ (correct namespace structure) #101

Merged
gitea-admin merged 10 commits from orion/auto/fix-move-bitwarden-to-security-bitwarden-1779229047173 into main 2026-05-19 22:19:00 +00:00
Showing only changes of commit 2d1b6cf487 - Show all commits
-21
View File
@@ -1,21 +0,0 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: bitwarden
namespace: security
annotations:
kubernetes.io/ingress.class: traefik
spec:
entryPoints:
- websecure
routes:
- match: Host(`bitwarden.khalisio.com`)
kind: Rule
services:
- name: bitwarden
port: 80
tls:
secretName: bitwarden-tls
options:
name: default
kind: ClusterEntrypoint