kubezero/charts/kubezero-argo-cd/README.md

65 lines
3.8 KiB
Markdown
Raw Normal View History

# kubezero-argo-cd
2020-11-24 14:44:57 +00:00
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square)
2020-06-25 12:52:07 +00:00
KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
**Homepage:** <https://kubezero.com>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| Quarky9 | | |
2020-06-25 12:52:07 +00:00
## Requirements
2020-06-25 12:52:07 +00:00
2020-11-26 13:21:10 +00:00
Kubernetes: `>= 1.16.0`
2020-06-25 12:52:07 +00:00
| Repository | Name | Version |
|------------|------|---------|
2020-11-24 14:44:57 +00:00
| https://argoproj.github.io/argo-helm | argo-cd | 2.9.5 |
2020-08-07 16:02:22 +00:00
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 |
2020-06-25 12:52:07 +00:00
## Values
2020-06-25 12:52:07 +00:00
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| argo-cd.controller.args.appResyncPeriod | string | `"300"` | |
| argo-cd.controller.args.operationProcessors | string | `"4"` | |
| argo-cd.controller.args.statusProcessors | string | `"8"` | |
| argo-cd.controller.logFormat | string | `"json"` | |
2020-08-16 14:49:57 +00:00
| argo-cd.controller.metrics.enabled | bool | `false` | |
| argo-cd.controller.metrics.serviceMonitor.additionalLabels.release | string | `"metrics"` | |
| argo-cd.controller.metrics.serviceMonitor.enabled | bool | `true` | |
| argo-cd.controller.resources.requests.cpu | string | `"100m"` | |
| argo-cd.controller.resources.requests.memory | string | `"256Mi"` | |
2020-06-25 12:52:07 +00:00
| argo-cd.dex.enabled | bool | `false` | |
2020-11-24 14:44:57 +00:00
| argo-cd.global.image.tag | string | `"v1.7.10"` | |
2020-06-25 12:52:07 +00:00
| argo-cd.installCRDs | bool | `false` | |
| argo-cd.repoServer.logFormat | string | `"json"` | |
2020-08-16 14:49:57 +00:00
| argo-cd.repoServer.metrics.enabled | bool | `false` | |
| argo-cd.repoServer.metrics.serviceMonitor.additionalLabels.release | string | `"metrics"` | |
| argo-cd.repoServer.metrics.serviceMonitor.enabled | bool | `true` | |
| argo-cd.server.config."resource.customizations" | string | `"cert-manager.io/Certificate:\n # Lua script for customizing the health status assessment\n health.lua: |\n hs = {}\n if obj.status ~= nil then\n if obj.status.conditions ~= nil then\n for i, condition in ipairs(obj.status.conditions) do\n if condition.type == \"Ready\" and condition.status == \"False\" then\n hs.status = \"Degraded\"\n hs.message = condition.message\n return hs\n end\n if condition.type == \"Ready\" and condition.status == \"True\" then\n hs.status = \"Healthy\"\n hs.message = condition.message\n return hs\n end\n end\n end\n end\n hs.status = \"Progressing\"\n hs.message = \"Waiting for certificate\"\n return hs\n"` | |
2020-06-25 12:52:07 +00:00
| argo-cd.server.config.url | string | `"argocd.example.com"` | ArgoCD hostname to be exposed via Istio |
| argo-cd.server.extraArgs[0] | string | `"--insecure"` | |
| argo-cd.server.logFormat | string | `"json"` | |
2020-08-16 14:49:57 +00:00
| argo-cd.server.metrics.enabled | bool | `false` | |
| argo-cd.server.metrics.serviceMonitor.additionalLabels.release | string | `"metrics"` | |
| argo-cd.server.metrics.serviceMonitor.enabled | bool | `true` | |
2020-06-25 12:52:07 +00:00
| argo-cd.server.service.servicePortHttpsName | string | `"grpc"` | |
2020-11-24 14:44:57 +00:00
| istio.enabled | bool | `false` | Deploy Istio VirtualService to expose ArgoCD |
| istio.gateway | string | `"istio-ingress/ingressgateway"` | Name of the Istio gateway to add the VirtualService to |
| istio.ipBlocks | list | `[]` | |
2020-11-26 13:21:10 +00:00
| kubezero.enabled | bool | `false` | |
| kubezero.path | string | `"charts/kubezero"` | path within repoURL |
| kubezero.repoURL | string | `"https://github.com/zero-down-time/kubezero"` | repository for kubezero argo applications |
| kubezero.server | string | `"https://kubernetes.default.svc"` | destination cluster |
| kubezero.targetRevision | string | `"HEAD"` | git branch to track |
| kubezero.valuesFiles[0] | string | `"values.yaml"` | |
## Resources
- https://argoproj.github.io/argo-cd/operator-manual/metrics/
- https://raw.githubusercontent.com/argoproj/argo-cd/master/examples/dashboard.json