Added vaultwarden

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-09-21 20:16:15 +01:00
parent 419974392a
commit 0a8ab347b8
7 changed files with 247 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: vaultwarden
labels:
app: vaultwarden
app.kubernetes.io/name: vaultwarden
spec:
type: ClusterIP
ports:
- name: http
port: 80
targetPort: 8080
protocol: TCP
selector:
app: vaultwarden