chore(argo-cd): Remove controller duplicate service (#1549)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
6fce9e7d9b
commit
01ae72a7b1
7 changed files with 21 additions and 53 deletions
|
|
@ -463,10 +463,6 @@ NAME: my-release
|
|||
| controller.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
|
||||
| controller.replicas | int | `1` | The number of application controller pods to run. Additional replicas will cause sharding of managed clusters across number of replicas. |
|
||||
| controller.resources | object | `{}` | Resource limits and requests for the application controller pods |
|
||||
| controller.service.annotations | object | `{}` | Application controller service annotations |
|
||||
| controller.service.labels | object | `{}` | Application controller service labels |
|
||||
| controller.service.port | int | `8082` | Application controller service port |
|
||||
| controller.service.portName | string | `"https-controller"` | Application controller service port name |
|
||||
| controller.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
|
||||
| controller.serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account |
|
||||
| controller.serviceAccount.create | bool | `true` | Create a service account for the application controller |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue