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

This commit is contained in:
2026-05-19 22:17:30 +00:00
parent 309c291917
commit 1436def461
-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