[Agent][Deploy] - srs part

This commit is contained in:
zeaslity
2024-06-28 10:22:21 +08:00
parent 4c6bb8750a
commit 657b771475
49 changed files with 36146 additions and 34264 deletions

View File

@@ -84,7 +84,7 @@ spec:
cpu: 200m
livenessProbe:
httpGet:
path: /cmii/ping
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
@@ -94,7 +94,7 @@ spec:
failureThreshold: 3
readinessProbe:
httpGet:
path: /cmii/ping
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
@@ -104,7 +104,7 @@ spec:
failureThreshold: 3
startupProbe:
httpGet:
path: /cmii/ping
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60