UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Enable GitLab pages without user custom domains

Closed John Potter requested to merge 90-cos/iac/gitlab-bb-upstream:fix-pages into main
5 files
+ 103
3
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -30,7 +30,15 @@ spec:
- name: "pages"
route:
- destination:
{{- if .Values.istio.pages.customDomains.enabled }}
host: {{ .Release.Name }}-gitlab-pages-custom-domains.{{ .Release.Namespace }}.svc.cluster.local
{{- else }}
host: {{ .Release.Name }}-gitlab-pages.{{ .Release.Namespace }}.svc.cluster.local
{{- end }}
port:
{{- if .Values.istio.pages.port }}
number: {{ .Values.istio.pages.port }}
{{- else }}
number: 80
{{- end }}
{{- end }}
Loading