mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
fix: else spacing on ingress (#797)
Signed-off-by: Waldemar Faist <cubic@coldice.net>
This commit is contained in:
parent
64bc4e2f6f
commit
04dbdccaff
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: bitwardenrs
|
name: bitwardenrs
|
||||||
description: Unofficial Bitwarden compatible server written in Rust
|
description: Unofficial Bitwarden compatible server written in Rust
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.8
|
version: 2.1.9
|
||||||
appVersion: 1.18.0
|
appVersion: 1.18.0
|
||||||
keywords:
|
keywords:
|
||||||
- bitwarden
|
- bitwarden
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# bitwardenrs
|
# bitwardenrs
|
||||||
|
|
||||||
![Version: 2.1.8](https://img.shields.io/badge/Version-2.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square)
|
![Version: 2.1.9](https://img.shields.io/badge/Version-2.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square)
|
||||||
|
|
||||||
Unofficial Bitwarden compatible server written in Rust
|
Unofficial Bitwarden compatible server written in Rust
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ spec:
|
|||||||
name: {{ $fullName }}
|
name: {{ $fullName }}
|
||||||
port:
|
port:
|
||||||
name: http
|
name: http
|
||||||
{{- else -}}
|
{{- else }}
|
||||||
backend:
|
backend:
|
||||||
serviceName: {{ $fullName }}
|
serviceName: {{ $fullName }}
|
||||||
servicePort: {{ $svcPort }}
|
servicePort: {{ $svcPort }}
|
||||||
|
Loading…
Reference in New Issue
Block a user