Skip to content

Commit

Permalink
Bugfix for traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Pijet committed Apr 15, 2024
1 parent 86b5cf5 commit c2973cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 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.14
version: 0.1.15
home: https://github.com/dani-garcia/vaultwarden_rs
icon: https://raw.githubusercontent.com/vaultwarden/brand/master/icons/icon.svg
sources:
Expand Down
14 changes: 9 additions & 5 deletions chart/vaultwarden-k8s/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
defaultBackend:
service:
name: {{ $fullName }}
port:
number: 80
ingressClassName: {{ .Values.ingress.ingressClassName }}
{{- if .Values.ingress.tls }}
tls:
Expand All @@ -29,6 +24,15 @@ spec:
- {{ . | quote }}
{{- end }}
secretName: {{ .secretName }}
http:
paths:
- backend:
service:
name: {{ $fullName }}
port:
number: 80
path: /
pathType: Prefix
{{- end }}
{{- end }}
rules:
Expand Down

0 comments on commit c2973cd

Please sign in to comment.