Skip to content

Commit

Permalink
🔧 (vaultwarden): Change default port from 80 to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 28, 2023
1 parent 82b4b1c commit adc001f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
5 changes: 1 addition & 4 deletions charts/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ service:
main:
ports:
http:
port: 80
port: 8080
websocket:
enabled: false
port: 3012
Expand All @@ -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.
Expand Down

0 comments on commit adc001f

Please sign in to comment.