fix probe ports
This commit is contained in:
@@ -56,7 +56,7 @@ immich:
|
||||
spec:
|
||||
httpGet:
|
||||
path: /api/server-info/ping
|
||||
port: http
|
||||
port: 3001
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
@@ -67,7 +67,7 @@ immich:
|
||||
spec:
|
||||
httpGet:
|
||||
path: /api/server-info/ping
|
||||
port: http
|
||||
port: 3001
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
@@ -78,7 +78,7 @@ immich:
|
||||
spec:
|
||||
httpGet:
|
||||
path: /api/server-info/ping
|
||||
port: http
|
||||
port: 3001
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
@@ -113,7 +113,7 @@ immich:
|
||||
spec:
|
||||
httpGet:
|
||||
path: /ping
|
||||
port: http
|
||||
port: 3003
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
@@ -124,7 +124,7 @@ immich:
|
||||
spec:
|
||||
httpGet:
|
||||
path: /ping
|
||||
port: http
|
||||
port: 3003
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
|
Reference in New Issue
Block a user