remove trailing slash
This commit is contained in:
parent
0248c25954
commit
4e5db54103
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue