feat: add vaultwarden deployment config (compose + k8s)
Deploy to Server / deploy (push) Failing after 1s

This commit is contained in:
2026-06-21 01:02:09 +02:00
parent 7d92b85e21
commit c855764bc6
6 changed files with 134 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: vaultwarden-config
namespace: vaultwarden
data:
DOMAIN: "https://vw.forust.xyz"