增加了k8s devops的配置

This commit is contained in:
bamanker
2023-11-23 15:38:44 +08:00
parent 9f35e58970
commit b80bdb6370

View File

@@ -29,8 +29,8 @@ spec:
- image: $REGISTRY/$DOCKERHUB_NAMESPACE/$APP_NAME:$TAG
readinessProbe:
httpGet:
path: /actuator/health
port: 8080
path: /test
port: 13145
timeoutSeconds: 10
failureThreshold: 30
periodSeconds: 5