feat: deploy Bitwarden vault to security namespace #99

Merged
gitea-admin merged 4 commits from orion/auto/feat-deploy-bitwarden-vault-to-security--1779180493216 into main 2026-05-19 08:48:38 +00:00
Showing only changes of commit 56141866cb - Show all commits
+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