https://github.com/harness/helm-ff-service
https://github.com/harness/helm-ff-service
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/helm-ff-service
- Owner: harness
- Created: 2022-09-03T09:30:56.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-08T06:09:45.000Z (over 2 years ago)
- Last Synced: 2025-01-03T18:11:57.290Z (about 1 year ago)
- Language: Smarty
- Size: 53.7 KB
- Stars: 1
- Watchers: 18
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ff-service
  
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 | `false` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| configmap | object | `{}` | |
| fullnameOverride | string | `""` | |
| global.airgap | bool | `false` | |
| global.ha | bool | `false` | |
| global.ingress.className | string | `"nginx"` | |
| global.ingress.enabled | bool | `false` | |
| global.ingress.hosts[0] | string | `"my-host.example.org"` | |
| global.ingress.tls.enabled | bool | `false` | |
| global.ingress.tls.secretName | string | `"harness-ssl"` | |
| global.loadbalancerURL | string | `"test@harness.io"` | |
| global.opa.enabled | bool | `false` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"harness/ff-server-signed"` | |
| image.tag | string | `"1.546.0"` | |
| jobs.postgres_migration.image.digest | string | `""` | |
| jobs.postgres_migration.image.pullPolicy | string | `"Always"` | |
| jobs.postgres_migration.image.registry | string | `"docker.io"` | |
| jobs.postgres_migration.image.repository | string | `"harness/ff-postgres-migration-signed"` | |
| jobs.postgres_migration.image.tag | string | `"1.546.0"` | |
| jobs.timescaledb_migrate.image.digest | string | `""` | |
| jobs.timescaledb_migrate.image.pullPolicy | string | `"Always"` | |
| jobs.timescaledb_migrate.image.registry | string | `"docker.io"` | |
| jobs.timescaledb_migrate.image.repository | string | `"harness/ff-timescale-migration-signed"` | |
| jobs.timescaledb_migrate.image.tag | string | `"1.546.0"` | |
| maxSurge | int | `1` | |
| maxUnavailable | int | `0` | |
| memory | int | `4096` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | int | `1` | |
| resources.limits.memory | string | `"2048Mi"` | |
| resources.requests.cpu | int | `1` | |
| resources.requests.memory | string | `"2048Mi"` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `65534` | |
| service.grpcport | int | `16002` | |
| service.port | int | `16001` | |
| service.targetgrpcport | int | `3001` | |
| service.targetport | int | `3000` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `"harness-default"` | |
| timescaleSecret.password.key | string | `"timescaledbPostgresPassword"` | |
| timescaleSecret.password.name | string | `"harness-secrets"` | |
| 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"` | |