diff --git a/charts/element-web/Chart.yaml b/charts/element-web/Chart.yaml index 980c253..a344a51 100644 --- a/charts/element-web/Chart.yaml +++ b/charts/element-web/Chart.yaml @@ -10,7 +10,8 @@ icon: https://element.io/images/element-logo.svg appVersion: 1.7.3 type: application -version: 0.1.0 +version: 0.1.1 + maintainers: - name: Alexander Olofsson email: ace@haxalot.com diff --git a/charts/element-web/templates/ingress.yaml b/charts/element-web/templates/ingress.yaml index 0b45a2b..66f1f28 100644 --- a/charts/element-web/templates/ingress.yaml +++ b/charts/element-web/templates/ingress.yaml @@ -28,14 +28,12 @@ spec: {{- end }} rules: {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} + - host: {{ . | quote }} http: paths: - {{- range .paths }} - - path: {{ . }} + - path: / backend: serviceName: {{ $fullName }} servicePort: {{ $svcPort }} - {{- end }} {{- end }} {{- end }} diff --git a/charts/element-web/values.yaml b/charts/element-web/values.yaml index 70516a3..13a9054 100644 --- a/charts/element-web/values.yaml +++ b/charts/element-web/values.yaml @@ -56,8 +56,7 @@ ingress: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - - host: chart-example.local - paths: [] + - chart-example.local tls: [] # - secretName: chart-example-tls # hosts: