Skip to content

Commit

Permalink
Implement customizable ingress classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Pijet committed Apr 15, 2024
1 parent 7867ad6 commit 86b5cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/vaultwarden-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: A vaultwarden Helm chart for Kubernetes
name: vaultwarden-k8s
version: 0.1.13
version: 0.1.14
home: https://github.com/dani-garcia/vaultwarden_rs
icon: https://raw.githubusercontent.com/vaultwarden/brand/master/icons/icon.svg
sources:
Expand Down
2 changes: 1 addition & 1 deletion chart/vaultwarden-k8s/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: {{ $fullName }}
port:
number: 80
ingressClassName: nginx
ingressClassName: {{ .Values.ingress.ingressClassName }}
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}
Expand Down
1 change: 1 addition & 0 deletions chart/vaultwarden-k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ingress:
path: /
host: vaultwarden.example
tls: []
ingressClassName: nginx

resources:
{}
Expand Down

0 comments on commit 86b5cf5

Please sign in to comment.