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 a05571ccee - Show all commits
-15
View File
@@ -1,15 +0,0 @@
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