diff --git a/charts/vaultwarden/Chart.yaml b/charts/vaultwarden/Chart.yaml index 2935ea7d4..379bc0e9b 100644 --- a/charts/vaultwarden/Chart.yaml +++ b/charts/vaultwarden/Chart.yaml @@ -28,6 +28,8 @@ dependencies: condition: postgresql.enabled annotations: artifacthub.io/changes: |- + - kind: changed + description: BREAKING - Change default port from 80 to 8080 - kind: removed description: BREAKING - Remove dedicated WebSocket port artifacthub.io/links: |- diff --git a/charts/vaultwarden/values.yaml b/charts/vaultwarden/values.yaml index 8ef8a1e5e..9a579984c 100644 --- a/charts/vaultwarden/values.yaml +++ b/charts/vaultwarden/values.yaml @@ -31,7 +31,7 @@ service: main: ports: http: - port: 80 + port: 8080 websocket: enabled: false port: 3012 @@ -45,9 +45,6 @@ ingress: # - host: chart-example.local # paths: # - path: / - # pathType: Prefix - # service: - # port: 80 persistence: # -- Configure persistence settings for the chart under this key.