File tree Expand file tree Collapse file tree
.kontinuous/env/prod/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,3 +184,39 @@ spec:
184184 stripPrefix :
185185 prefixes :
186186 - /api
187+ ---
188+ apiVersion : traefik.io/v1alpha1
189+ kind : IngressRoute
190+ metadata :
191+ name : files-public
192+ namespace : egapro
193+ spec :
194+ entryPoints :
195+ - websecure
196+ routes :
197+ - kind : Rule
198+ match : Host(`egapro.travail.gouv.fr`) && (Path(`/index-egalite-fh.xlsx`) || Path(`/dgt-export-representation.xlsx`))
199+ priority : 100
200+ services :
201+ - name : files
202+ port : 80
203+ tls :
204+ secretName : api-crt
205+ ---
206+ apiVersion : traefik.io/v1alpha1
207+ kind : IngressRoute
208+ metadata :
209+ name : files-restricted
210+ namespace : egapro
211+ spec :
212+ entryPoints :
213+ - websecure
214+ routes :
215+ - kind : Rule
216+ match : Host(`egapro.travail.gouv.fr`) && (Path(`/dgt.xlsx`) || Path(`/dgt-representation.xlsx`) || Path(`/full.ndjson`) || Path(`/indexes.csv`))
217+ priority : 100
218+ services :
219+ - name : files
220+ port : 80
221+ tls :
222+ secretName : api-crt
You can’t perform that action at this time.
0 commit comments