mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[vaultwarden] remove tls defaults from values (#1122)
This commit is contained in:
parent
bea53e250d
commit
18d106d278
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 1.20.0
|
||||
description: Vaultwarden is a Bitwarden compatable server in Rust
|
||||
name: vaultwarden
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- Vaultwarden
|
||||
|
@ -1,6 +1,6 @@
|
||||
# vaultwarden
|
||||
|
||||
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 1.20.0](https://img.shields.io/badge/AppVersion-1.20.0-informational?style=flat-square)
|
||||
![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![AppVersion: 1.20.0](https://img.shields.io/badge/AppVersion-1.20.0-informational?style=flat-square)
|
||||
|
||||
Vaultwarden is a Bitwarden compatable server in Rust
|
||||
|
||||
|
@ -53,10 +53,6 @@ ingress:
|
||||
pathType: Prefix
|
||||
service:
|
||||
port: 3012
|
||||
tls:
|
||||
- secretName: chart-example-local
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user