diff --git a/apps/directus/directus-deployment.yaml b/apps/directus/directus-deployment.yaml index 935619e..15a2d3c 100644 --- a/apps/directus/directus-deployment.yaml +++ b/apps/directus/directus-deployment.yaml @@ -133,15 +133,14 @@ spec: cpu: "1" memory: 2Gi livenessProbe: - httpGet: - path: /server/health + tcpSocket: port: 8055 initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 readinessProbe: httpGet: - path: /server/health + path: / port: 8055 initialDelaySeconds: 30 periodSeconds: 5