feat: deploy Bitwarden self-hosted in security namespace

This commit is contained in:
2026-05-19 08:42:37 +00:00
parent a25bd791ee
commit 3259058743
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: bitwarden
namespace: security
spec:
selector:
app: bitwarden
ports:
- name: http
port: 80
targetPort: 80
type: ClusterIP