Disable json logging, crashed Argo
This commit is contained in:
parent
31f86360d9
commit
42f8a5a0b5
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
|
description: KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
|
||||||
name: kubezero-argo-cd
|
name: kubezero-argo-cd
|
||||||
version: 0.5.5
|
version: 0.5.6
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -31,14 +31,14 @@ argo-cd:
|
|||||||
|
|
||||||
global:
|
global:
|
||||||
image:
|
image:
|
||||||
tag: v1.7.5
|
tag: v1.7.7
|
||||||
|
|
||||||
controller:
|
controller:
|
||||||
args:
|
args:
|
||||||
statusProcessors: "4"
|
statusProcessors: "4"
|
||||||
operationProcessors: "2"
|
operationProcessors: "2"
|
||||||
appResyncPeriod: "300"
|
appResyncPeriod: "300"
|
||||||
logFormat: json
|
# logFormat: json
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -63,7 +63,7 @@ argo-cd:
|
|||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
|
|
||||||
repoServer:
|
repoServer:
|
||||||
logFormat: json
|
# logFormat: json
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
@ -79,7 +79,7 @@ argo-cd:
|
|||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
|
|
||||||
server:
|
server:
|
||||||
logFormat: json
|
# logFormat: json
|
||||||
config:
|
config:
|
||||||
# argo-cd.server.config.url -- ArgoCD hostname to be exposed via Istio
|
# argo-cd.server.config.url -- ArgoCD hostname to be exposed via Istio
|
||||||
url: argocd.example.com
|
url: argocd.example.com
|
||||||
|
Loading…
Reference in New Issue
Block a user