fix: move Bitwarden to security/bitwarden/ (correct namespace structure) #101

Merged
gitea-admin merged 10 commits from orion/auto/fix-move-bitwarden-to-security-bitwarden-1779229047173 into main 2026-05-19 22:19:00 +00:00
Showing only changes of commit 4a170e2a7b - 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