feat: deploy Bitwarden vault to security namespace

This commit is contained in:
2026-05-19 08:48:14 +00:00
parent 808f2aff06
commit 56141866cb
+15
View File
@@ -0,0 +1,15 @@
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