fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user