Enable json logs for argo-cd finally

This commit is contained in:
Stefan Reimer 2020-10-21 13:29:49 +01:00
parent cf00ff3fd7
commit 6ca8df71ab
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ argo-cd:
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