Updated pasarguard script
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 34s
Check with kubeconform / lint (push) Successful in 24s
Auto-update README / Generate README and Create MR (push) Failing after 12m45s

This commit is contained in:
Ultradesu
2026-06-04 14:52:27 +03:00
parent 1212017945
commit 0a3430ea97
2 changed files with 53 additions and 24 deletions
+8 -2
View File
@@ -116,14 +116,20 @@ spec:
- name: metrics
containerPort: 9550
protocol: TCP
livenessProbe:
startupProbe:
httpGet:
path: /scrape
port: metrics
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 36
livenessProbe:
tcpSocket:
port: metrics
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 3
failureThreshold: 6
readinessProbe:
httpGet:
path: /scrape