feat: add Vaultwarden deployment, service, and persistent volume claim

This commit is contained in:
2025-04-18 07:39:31 +05:30
parent 880677ee36
commit c445033eb6
3 changed files with 58 additions and 0 deletions
@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: vaultwarden-service
namespace: default
spec:
type: NodePort
selector:
app: vaultwarden
ports:
- port: 80
targetPort: 80
nodePort: 8241
protocol: TCP