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 7645532d15 - 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