Added pasarguard
This commit is contained in:
@@ -297,17 +297,15 @@ spec:
|
|||||||
- name: API_KEY
|
- name: API_KEY
|
||||||
value: "change-this-to-a-secure-uuid"
|
value: "change-this-to-a-secure-uuid"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
tcpSocket:
|
||||||
port: 62050
|
port: 62050
|
||||||
path: /health
|
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
tcpSocket:
|
||||||
port: 62050
|
port: 62050
|
||||||
path: /health
|
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user