fix: add nginx sidecar for Bitwarden well-known endpoint

This fixes iOS app connection issues by properly responding to
/.well-known/bitwarden/ endpoint which iOS clients use to identify
the server.
This commit is contained in:
2026-04-02 15:24:27 +08:00
parent be3f2ffe5c
commit 4b7a1f2bcf
3 changed files with 63 additions and 4 deletions

View File

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