feat: deploy Bitwarden vault to security namespace #99

Merged
gitea-admin merged 4 commits from orion/auto/feat-deploy-bitwarden-vault-to-security--1779180493216 into main 2026-05-19 08:48:38 +00:00
Showing only changes of commit e44858053c - Show all commits
+21
View File
@@ -0,0 +1,21 @@
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