增加了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 - image: $REGISTRY/$DOCKERHUB_NAMESPACE/$APP_NAME:$TAG
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /actuator/health path: /test
port: 8080 port: 13145
timeoutSeconds: 10 timeoutSeconds: 10
failureThreshold: 30 failureThreshold: 30
periodSeconds: 5 periodSeconds: 5