Add Vaultwarden Namespace

This commit is contained in:
Daniel Cosme
2026-05-07 20:55:40 -04:00
parent bd986ca02f
commit 02e78ac572
6 changed files with 93 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: vaultwarden
name: vaultwarden
namespace: vaultwarden
spec:
ports:
- nodePort: 300012
port: 80
targetPort: 0
selector:
app: vaultwarden
type: NodePort
status:
loadBalancer: {}