remove trailing slash

This commit is contained in:
kqmaverick 2024-08-31 13:37:33 -07:00
parent 0248c25954
commit 4e5db54103
1 changed files with 3 additions and 3 deletions

View File

@ -21,11 +21,11 @@ workload:
main:
probes:
liveness:
path: "/api/_health/"
path: "/api/_health"
readiness:
path: "/api/_health/"
path: "/api/_health"
startup:
path: "/api/_health/"
path: "/api/_health"
env:
DATABASE_NAME: "{{ .Values.cnpg.main.database }}"
DATABASE_USER: "{{ .Values.cnpg.main.user }}"