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

Open
gitea-admin wants to merge 10 commits from orion/auto/fix-deploy-bitwarden-to-security-bitward-1779229021873 into main
Showing only changes of commit cb3e5917f2 - Show all commits
@@ -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