feat: deploy Bitwarden vault to security namespace #98

Closed
gitea-admin wants to merge 4 commits from orion/auto/feat-deploy-bitwarden-vault-to-security--1779180404481 into main
Showing only changes of commit c2a7260e18 - Show all commits
+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