This commit is contained in:
2023-10-23 18:21:26 +02:00
parent 5c7bcb4bf0
commit fc0a13136d
2 changed files with 39 additions and 39 deletions

View File

@@ -161,7 +161,7 @@ resource "kubectl_manifest" "directus_deploy" {
livenessProbe:
failureThreshold: 3
httpGet:
path: /
path: /server/health
port: http
scheme: HTTP
periodSeconds: 10
@@ -170,7 +170,7 @@ resource "kubectl_manifest" "directus_deploy" {
readinessProbe:
failureThreshold: 3
httpGet:
path: /
path: /server/health
port: http
scheme: HTTP
periodSeconds: 10