Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Nov 1, 2024
1 parent 37804e9 commit 582e482
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ in a transparent way:
# snippet example of a kubernetes ingress with multiple hosts
spec:
rules:
- host: public.pygeoapi.io
http:
paths:
- backend:
serviceName: fastgeoapi-svc
servicePort: 5000
path: /geoapi
pathType: ImplementationSpecific
- host: private.pygeoapi.io
http:
paths:
- backend:
serviceName: fastgeoapi-svc
servicePort: 5000
path: /geoapi
pathType: ImplementationSpecific
- host: public.pygeoapi.io
http:
paths:
- backend:
serviceName: fastgeoapi-svc
servicePort: 5000
path: /geoapi
pathType: ImplementationSpecific
- host: private.pygeoapi.io
http:
paths:
- backend:
serviceName: fastgeoapi-svc
servicePort: 5000
path: /geoapi
pathType: ImplementationSpecific
```
If the user calls the public url `http://public.pygeoapi.io` the response contains the links which respect this base url without the need to have it hard-coded in the pygeoapi configuration `pygeoapi-config.yml`.
Expand Down

0 comments on commit 582e482

Please sign in to comment.