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 1436def461 - Show all commits
-15
View File
@@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: bitwarden
namespace: security
labels:
app: bitwarden
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
protocol: TCP
selector:
app: bitwarden