Commit bb03bec7 authored by liaozan's avatar liaozan 🏀

Update k8s-deploy-template.yaml

parent d2385ea1
...@@ -29,14 +29,14 @@ spec: ...@@ -29,14 +29,14 @@ spec:
scheme: HTTP scheme: HTTP
path: /actuator/health path: /actuator/health
port: 1024 port: 1024
initialDelaySeconds: 20 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: /actuator/health path: /actuator/health
port: 1024 port: 1024
initialDelaySeconds: 20 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
imagePullSecrets: imagePullSecrets:
- name: kp-schbrain - name: kp-schbrain
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment