feat: deploy Bitwarden vault to security namespace

This commit is contained in:
2026-05-19 08:46:45 +00:00
parent 80b021426a
commit c2a7260e18
+16
View File
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: bitwarden
namespace: security
labels:
app: bitwarden
spec:
selector:
app: bitwarden
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
type: ClusterIP