feat: deploy Bitwarden self-hosted in security namespace #97

Merged
gitea-admin merged 5 commits from orion/auto/feat-deploy-bitwarden-self-hosted-in-sec-1779180155812 into main 2026-05-19 08:43:33 +00:00
Showing only changes of commit 3259058743 - Show all commits
@@ -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