fix: deploy Bitwarden to security/bitwarden/ (correct namespace structure)

This commit is contained in:
2026-05-19 22:17:03 +00:00
parent 1ead0f1fb3
commit cb3e5917f2
@@ -0,0 +1,18 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: bitwarden
namespace: security
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
entryPoints:
- websecure
tls:
secretName: bitwarden-tls
routes:
- match: Host(`bitwarden.khalisio.com`)
kind: Rule
services:
- name: bitwarden
port: 80