https://github.com/harness/helm-access-control
https://github.com/harness/helm-access-control
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/helm-access-control
- Owner: harness
- Created: 2022-08-08T15:53:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T17:31:21.000Z (about 3 years ago)
- Last Synced: 2025-01-03T18:12:09.562Z (about 1 year ago)
- Language: Smarty
- Size: 270 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# access-control
  
A Helm chart for Kubernetes
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| https://harness.github.io/helm-common | harness-common | 1.x.x |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| appLogLevel | string | `"INFO"` | |
| autoscaling.enabled | bool | `true` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| fullnameOverride | string | `""` | |
| global.ha | bool | `false` | |
| global.imagePullSecrets | list | `[]` | |
| global.loadbalancerURL | string | `""` | |
| image.digest | string | `""` | |
| image.imagePullSecrets | list | `[]` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"harness/accesscontrol-service-signed"` | |
| image.tag | string | `"76000"` | |
| java.memory | string | `"512m"` | |
| maxSurge | int | `1` | |
| maxUnavailable | int | `0` | |
| mongoSecrets.password.key | string | `"mongodb-root-password"` | |
| mongoSecrets.password.name | string | `"mongodb-replicaset-chart"` | |
| mongoSecrets.userName.key | string | `"mongodbUsername"` | |
| mongoSecrets.userName.name | string | `"harness-secrets"` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | float | `0.5` | |
| resources.limits.memory | string | `"8192Mi"` | |
| resources.requests.cpu | float | `0.5` | |
| resources.requests.memory | string | `"512Mi"` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `65534` | |
| service.port | int | `9006` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `"harness-default"` | |
| slackWebhookURL | string | `""` | |
| tolerations | list | `[]` | |
| waitForInitContainer.image.digest | string | `""` | |
| waitForInitContainer.image.imagePullSecrets | list | `[]` | |
| waitForInitContainer.image.pullPolicy | string | `"IfNotPresent"` | |
| waitForInitContainer.image.registry | string | `"docker.io"` | |
| waitForInitContainer.image.repository | string | `"harness/helm-init-container"` | |
| waitForInitContainer.image.tag | string | `"latest"` | |