mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[vaultwarden] Use port names in ingress setup (#1323)
This commit is contained in:
parent
8e7885b65b
commit
11181f3200
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user