Merged main into release while building v2.0.4

This commit is contained in:
2 changed files with 6 additions and 12 deletions

View File

@@ -58,21 +58,18 @@ spec:
readOnly: true
# Health checks
startupProbe:
httpGet:
path: /lcg
tcpSocket:
port: 8080
initialDelaySeconds: 10
periodSeconds: 5
failureThreshold: 30
readinessProbe:
httpGet:
path: /lcg
tcpSocket:
port: 8080
initialDelaySeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /lcg
tcpSocket:
port: 8080
initialDelaySeconds: 10
periodSeconds: 60

View File

@@ -58,21 +58,18 @@ spec:
readOnly: true
# Health checks
startupProbe:
httpGet:
path: /lcg
tcpSocket:
port: 8080
initialDelaySeconds: 10
periodSeconds: 5
failureThreshold: 30
readinessProbe:
httpGet:
path: /lcg
tcpSocket:
port: 8080
initialDelaySeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /lcg
tcpSocket:
port: 8080
initialDelaySeconds: 10
periodSeconds: 60