https://github.com/harness/helm-lightwingautocud
https://github.com/harness/helm-lightwingautocud
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/helm-lightwingautocud
- Owner: harness
- Created: 2022-11-14T07:00:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T11:30:01.000Z (over 3 years ago)
- Last Synced: 2025-01-03T18:12:08.934Z (over 1 year ago)
- Language: Smarty
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lwd-autocud
  
A Helm chart for Kubernetes
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.x.x |
| https://harness.github.io/helm-common | harness-common | 1.x.x |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| LIGHTWING_GCPCOST_PROJECT | string | `"placeHolder"` | |
| affinity | object | `{}` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `2` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| autoscaling.targetMemoryUtilizationPercentage | int | `80` | |
| aws.region | string | `"us-east-1"` | |
| azure.clientId | string | `""` | |
| ce-batch-gcp-credentials | string | `""` | |
| fullnameOverride | string | `""` | |
| global.ingress.className | string | `"harness"` | |
| global.ingress.enabled | bool | `false` | |
| global.ingress.hosts[0] | string | `"my-host.example.org"` | |
| global.ingress.tls.enabled | bool | `true` | |
| global.ingress.tls.secretName | string | `""` | |
| global.loadbalancerURL | string | `"https://test"` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"harness/lightwing-signed"` | |
| image.tag | string | `"main-1.1.564"` | |
| ingress.className | string | `"nginx"` | |
| java.memory | string | `"4096m"` | |
| java.memoryLimit | string | `"4096m"` | |
| lwdSecrets.faktoryPassword | string | `"FAKTORY_PASSWORD"` | |
| lwdSecrets.lightwingAwsGovmasterAccessKey | string | `"LIGHTWING_AWS-GOV-MASTER_ACCESS_KEY"` | |
| lwdSecrets.lightwingAwsGovmasterSecretKey | string | `"LIGHTWING_AWS-GOV-MASTER_SECRET_KEY"` | |
| lwdSecrets.lightwingAwsmasterAccessKey | string | `"LIGHTWING_AWSMASTER_ACCESS_KEY"` | |
| lwdSecrets.lightwingAwsmasterSecretKey | string | `"LIGHTWING_AWSMASTER_SECRET_KEY"` | |
| lwdSecrets.lightwingCloudConnectorAzureClientSecret | string | `"LIGHTWING_CLOUD-CONNECTOR_AZURE_CLIENT_SECRET"` | |
| lwdSecrets.lightwingMetricsSegment | string | `"LIGHTWING_METRICS_SEGMENT"` | |
| lwdSecrets.secretName | string | `"lwd-secrets"` | |
| maxSurge | string | `"100%"` | |
| maxUnavailable | int | `0` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| postgresPassword.key | string | `"postgres-password"` | |
| postgresPassword.name | string | `"postgres"` | |
| redisUrl | string | `"redis://localhost:6379"` | |
| replicaCount | int | `2` | |
| resources.limits.cpu | int | `2` | |
| resources.limits.memory | string | `"4Gi"` | |
| resources.requests.cpu | int | `2` | |
| resources.requests.memory | string | `"4Gi"` | |
| securityContext | object | `{}` | |
| service.port | int | `9090` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `"harness-default"` | |
| tolerations | list | `[]` | |
| waitForInitContainer.image.digest | string | `""` | |
| waitForInitContainer.image.pullPolicy | string | `"IfNotPresent"` | |
| waitForInitContainer.image.registry | string | `"docker.io"` | |
| waitForInitContainer.image.repository | string | `"harness/helm-init-container"` | |
| waitForInitContainer.image.tag | string | `"latest"` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)