Skip to content

Commit

Permalink
omit final slash for datafeeder healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Jul 15, 2024
1 parent 925b9f3 commit 2387bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/datafeeder/datafeeder-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ spec:
name: georchestra-datadir
livenessProbe:
httpGet:
path: /datafeeder/
path: /datafeeder
port: http
readinessProbe:
httpGet:
path: /datafeeder/
path: /datafeeder
port: http
volumes:
- name: georchestra-datadir
Expand Down

0 comments on commit 2387bf9

Please sign in to comment.