Skip to content

Commit

Permalink
feat: adding default controlflow priority property in the healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Dec 19, 2024
1 parent 174ba89 commit 16fb8be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/geoserver/geoserver-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ spec:
httpGet:
path: /geoserver/ows?SERVICE=WMS&LAYERS=geor:public_layer&FORMAT=image/png&VERSION=1.3.0&SLD_VERSION=1.1.0&REQUEST=GetMap&CRS=EPSG:3857&BBOX=-20820223,-20820223,20820223,20820223&WIDTH=10&HEIGHT=10
port: 8080
httpHeaders:
- name: ctrl-flow-priority
value: "true"
periodSeconds: 10
timeoutSeconds: 5
{{- end }}
Expand Down

0 comments on commit 16fb8be

Please sign in to comment.