Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #24 from qameta/AED-1073
Browse files Browse the repository at this point in the history
Hotfix Adds Ingress Class Option
  • Loading branch information
andrey-ryoo authored Jan 11, 2022
2 parents 2ebbe17 + 5b47924 commit 90e8afb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/allure-ee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1

name: allure-ee
version: 1.9.6
version: 1.9.7

appVersion: 3.188.3

Expand Down
3 changes: 3 additions & 0 deletions charts/allure-ee/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ metadata:
{{ toYaml .Values.ingress.annotations | indent 4 }}
{{- end }}
spec:
{{- if .Values.ingress.className }}
ingressClassName: {{ .Values.ingress.className }}
{{- end }}
rules:
- host: {{ .Values.ingress.host | quote }}
http:
Expand Down
2 changes: 2 additions & 0 deletions charts/allure-ee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ strategy:

ingress:
# host: allure.local
host:
className:
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/ssl-redirect: "false"
Expand Down

0 comments on commit 90e8afb

Please sign in to comment.