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