Skip to content

Commit

Permalink
OPS-834 disable robots.txt configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Tippmann committed Aug 19, 2024
1 parent b03b2e1 commit 6e6ec79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions project-template/templates/custom-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ metadata:
labels:
{{- $labels | nindent 4 }}
annotations:
{{- if $noIndexingAnnotation -}}
{{- $noIndexingAndNoFollow | nindent 4 -}}
{{- end -}}
{{- if $maxBodySize }}
nginx.ingress.kubernetes.io/proxy-body-size: {{ $maxBodySize | quote }}
{{- end }}
Expand Down
7 changes: 0 additions & 7 deletions project-template/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ metadata:
labels:
{{- include "project-template.labels" . | nindent 4 }}
annotations:
{{- if .Values.noIndexingOnBuildtype -}}
{{range $val := .Values.noIndexingOnBuildtype}}
{{- if eq $val $buildtype -}}
{{- include "project-template.noindexandnofollow" . | nindent 4 -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- if .Values.maxBodySize }}
nginx.ingress.kubernetes.io/proxy-body-size: {{ .Values.maxBodySize | quote }}
{{- end }}
Expand Down

0 comments on commit 6e6ec79

Please sign in to comment.