Automated Manifest Update (#4990)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `3599b7a` (on `3599b7a8a6f746eea6c161535c1975bec9e607a6`) - **Charts Updated**: `argocd` ### Update Details (2026-03-23 01:20 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `48a3afd` (on `48a3afd121657733b8d1438b5b04491b1a54dd99`) - **Charts Updated**: `argocd` ### Update Details (2026-03-23 01:22 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `ad89a09` (on `ad89a094826de9b3e68f3ffa598b46e99cb7a67b`) - **Charts Updated**: `argocd` Reviewed-on: #4990 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4990.
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
||||
metadata:
|
||||
annotations:
|
||||
checksum/cmd-params: 362141fbaf5ddcad145ee51a3a6db083fab8509f6c73479f1359ffe75d7589be
|
||||
checksum/cm: 44a2e45c2c3dbd82942defeed934270a6ee4d9850869d9b7ba268e4c873a8847
|
||||
checksum/cm: 7e934038471270914ddb1112d29a81a9239f0edb8dece4e96029b7edee00e3a2
|
||||
labels:
|
||||
helm.sh/chart: argo-cd-9.4.15
|
||||
app.kubernetes.io/name: argocd-application-controller
|
||||
@@ -334,12 +334,15 @@ spec:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: metrics
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
resources: {}
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 1Gi
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
||||
Reference in New Issue
Block a user