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