[vaultwarden] remove tls defaults from values (#1122)

This commit is contained in:
zewelor 2021-08-23 13:41:33 +02:00 committed by GitHub
parent bea53e250d
commit 18d106d278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
# vaultwarden # 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 Vaultwarden is a Bitwarden compatable server in Rust

View File

@ -53,10 +53,6 @@ ingress:
pathType: Prefix pathType: Prefix
service: service:
port: 3012 port: 3012
tls:
- secretName: chart-example-local
hosts:
- chart-example.local
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml