Skip to content

Commit

Permalink
Better healthcheck geoserver (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Jun 6, 2024
1 parent 6f675d5 commit 1a98999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/geoserver/geoserver-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ spec:
{{- else }}
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
periodSeconds: 10
timeoutSeconds: 5
Expand Down

0 comments on commit 1a98999

Please sign in to comment.