chore: Update manifests after automerge

This commit is contained in:
2025-12-28 21:55:55 +00:00
parent 9bbaed7da6
commit 52e7491d9d
48 changed files with 100 additions and 64 deletions

View File

@@ -4,7 +4,7 @@ metadata:
name: argocd-server
namespace: argocd
labels:
helm.sh/chart: argo-cd-9.2.2
helm.sh/chart: argo-cd-9.2.3
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: server
@@ -21,10 +21,10 @@ spec:
template:
metadata:
annotations:
checksum/cmd-params: bc48486e26ff89d8fe04579db57591bf7570951b79a8d8a71bd6671220dda30c
checksum/cm: fdd818a3279b4152465fc7dbdfd09620d61484d7628d5e52945d25982c6a4401
checksum/cmd-params: 07ec9fdd7839bd1a84daae70255f6a6d75b803cd8de4e63bbf583861e7711309
checksum/cm: ca08ad90dda08e69b9d332372ea03932bd1b92f4e7a68981de02d30408ede06e
labels:
helm.sh/chart: argo-cd-9.2.2
helm.sh/chart: argo-cd-9.2.3
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: server
@@ -378,6 +378,24 @@ spec:
- name: metrics
containerPort: 8083
protocol: TCP
livenessProbe:
httpGet:
path: /healthz?full=true
port: server
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /healthz
port: server
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
resources: {}
securityContext:
allowPrivilegeEscalation: false