revert: restore Vaultwarden to original working configuration

- Remove nginx sidecar (was causing compatibility issues)
- Restore service targetPort to 80
- Use latest tag instead of fixed version
- Remove health probes
- Restore simple configuration

User will reset data by deleting PVC.
This commit is contained in:
2026-04-07 07:35:57 +08:00
parent b52e584598
commit 0de5e96f93
4 changed files with 7 additions and 121 deletions

View File

@@ -28,8 +28,8 @@ spec:
paths:
- path: /
pathType: Prefix
backend:
backend:
service:
name: vaultwarden-service
port:
number: 80
name: vaultwarden-service
port:
number: 80