fix: deploy Bitwarden to security/bitwarden/ (correct namespace structure) #100

Open
gitea-admin wants to merge 10 commits from orion/auto/fix-deploy-bitwarden-to-security-bitward-1779229021873 into main
Showing only changes of commit 1ead0f1fb3 - 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