Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
add ingress labels (#74)
Browse files Browse the repository at this point in the history
* Update ingress.yaml
  • Loading branch information
reyvonger authored Nov 2, 2023
1 parent 4311d47 commit 4a03eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/allure-testops/templates/network/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
{{ toYaml .Values.network.ingress.labels | indent 4 }}
{{- if .Values.network.ingress.annotations }}
annotations:
{{ toYaml .Values.network.ingress.annotations | indent 4 }}
Expand Down
1 change: 1 addition & 0 deletions charts/allure-testops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ network:
# Update if you are using nginx as ingress controller
enabled: false
className:
labels: {}
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/proxy-body-size: "500m"
Expand Down

0 comments on commit 4a03eda

Please sign in to comment.