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

@@ -11,5 +11,5 @@ spec:
- protocol: TCP
name: http
port: 80
targetPort: 8080
targetPort: 80
type: ClusterIP