mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-20 02:00:03 -05:00
fix probe locations
This commit is contained in:
parent
7a756dd67c
commit
ed6623293b
@ -168,11 +168,11 @@ api:
|
||||
kyoo_api:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /api/health
|
||||
port: main
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /ready
|
||||
path: /api/ready
|
||||
port: main
|
||||
resources: {}
|
||||
containerSecurityContext: {}
|
||||
@ -222,11 +222,11 @@ auth:
|
||||
kyoo_auth:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /auth/health
|
||||
port: main
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /ready
|
||||
path: /auth/ready
|
||||
port: main
|
||||
resources: {}
|
||||
containerSecurityContext: {}
|
||||
@ -339,11 +339,11 @@ transcoder:
|
||||
kyoo_transcoder:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /video/health
|
||||
port: main
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /ready
|
||||
path: /video/ready
|
||||
port: main
|
||||
resources: {}
|
||||
containerSecurityContext: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user