Skip to content

Commit

Permalink
Merge pull request #843 from sapcc/start-migrate-ingress-annotations
Browse files Browse the repository at this point in the history
start migration of ingress annotations to new prefix
  • Loading branch information
majewsky authored Nov 15, 2023
2 parents 6803ed6 + eff5fa1 commit dfe7811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/kube-master/templates/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ kind: Ingress
metadata:
annotations:
ingress.kubernetes.io/proxy-buffer-size: 8k
nginx.ingress.kubernetes.io/proxy-buffer-size: 8k
labels:
app: {{ include "master.fullname" . }}-dashboard
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Expand Down
1 change: 1 addition & 0 deletions charts/kube-master/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
annotations:
kubernetes.io/ingress.class: k8sniff
ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
prometheus.io/probe: "true"
labels:
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
Expand Down

0 comments on commit dfe7811

Please sign in to comment.