[update]修改环境变量
This commit is contained in:
parent
9e7cfb6f9e
commit
3ed895c974
@ -29,9 +29,9 @@ spec:
|
||||
httpGet:
|
||||
path: /actuator/health
|
||||
port: 8080
|
||||
timeoutSeconds: 10
|
||||
failureThreshold: 30
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 30
|
||||
failureThreshold: 120
|
||||
periodSeconds: 10
|
||||
imagePullPolicy: Always
|
||||
name: app
|
||||
ports:
|
||||
@ -45,7 +45,7 @@ spec:
|
||||
terminationMessagePolicy: File
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
terminationGracePeriodSeconds: 30
|
||||
terminationGracePeriodSeconds: 120
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
@ -29,9 +29,9 @@ spec:
|
||||
httpGet:
|
||||
path: /actuator/health
|
||||
port: 8080
|
||||
timeoutSeconds: 10
|
||||
failureThreshold: 30
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 30
|
||||
failureThreshold: 120
|
||||
periodSeconds: 15
|
||||
imagePullPolicy: Always
|
||||
name: app
|
||||
ports:
|
||||
@ -45,7 +45,7 @@ spec:
|
||||
terminationMessagePolicy: File
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
terminationGracePeriodSeconds: 30
|
||||
terminationGracePeriodSeconds: 120
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user