[vaultwarden] Use port names in ingress setup (#1323)

This commit is contained in:
zewelor 2021-12-24 14:01:36 +01:00 committed by GitHub
parent 8e7885b65b
commit 11181f3200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 5 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.22.2
description: Vaultwarden is a Bitwarden compatable server in Rust
name: vaultwarden
version: 3.3.1
version: 3.3.2
kubeVersion: ">=1.16.0-0"
keywords:
- Vaultwarden

View File

@ -1,6 +1,6 @@
# vaultwarden
![Version: 3.3.1](https://img.shields.io/badge/Version-3.3.1-informational?style=flat-square) ![AppVersion: 1.22.2](https://img.shields.io/badge/AppVersion-1.22.2-informational?style=flat-square)
![Version: 3.3.2](https://img.shields.io/badge/Version-3.3.2-informational?style=flat-square) ![AppVersion: 1.22.2](https://img.shields.io/badge/AppVersion-1.22.2-informational?style=flat-square)
Vaultwarden is a Bitwarden compatable server in Rust
@ -103,6 +103,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [3.3.2]
#### Changed
- Ingress config uses port names. Now there is no need to update port in both service and rember to change it in ingress
### [3.2.1]
#### Added

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [3.3.2]
#### Changed
- Ingress config uses port names. Now there is no need to update port in both service and rember to change it in ingress
### [3.2.1]
#### Added

View File

@ -44,15 +44,15 @@ ingress:
- path: /
pathType: Prefix
service:
port: 80
port: http
- path: /notifications/hub/negotiate
pathType: Prefix
service:
port: 80
port: http
- path: /notifications/hub
pathType: Prefix
service:
port: 3012
port: websocket
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml