Skip to content

Commit

Permalink
feat: default controlflow priority property healthcheck (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 authored Dec 19, 2024
1 parent d1cf557 commit 5d2773e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion geoserver-lb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ geoserver:
memory: "8192Mi"
livenessProbe:
httpGet:
path: /geoserver/gwc/service/wmts?SERVICE=WMTS&REQUEST=GetCapabilities
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
scheme: HTTP
httpHeaders:
- name: ctrl-flow-priority
value: "true"
periodSeconds: 10
failureThreshold: 3
successThreshold: 1
Expand Down

0 comments on commit 5d2773e

Please sign in to comment.