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:
@@ -28,8 +28,8 @@ spec:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
backend:
|
||||
service:
|
||||
name: vaultwarden-service
|
||||
port:
|
||||
number: 80
|
||||
name: vaultwarden-service
|
||||
port:
|
||||
number: 80
|
||||
|
||||
Reference in New Issue
Block a user