|
| 1 | +# aisix-cloud |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +Helm chart for AISIX-Cloud control plane (cp-api, dp-manager, dashboard) |
| 6 | + |
| 7 | +## Maintainers |
| 8 | + |
| 9 | +| Name | Email | Url | |
| 10 | +| ---- | ------ | --- | |
| 11 | +| API7 | <support@api7.ai> | <https://api7.ai> | |
| 12 | + |
| 13 | +## Requirements |
| 14 | + |
| 15 | +| Repository | Name | Version | |
| 16 | +|------------|------|---------| |
| 17 | +| https://charts.bitnami.com/bitnami | postgresql | 12.12.10 | |
| 18 | + |
| 19 | +## Values |
| 20 | + |
| 21 | +| Key | Type | Default | Description | |
| 22 | +|-----|------|---------|-------------| |
| 23 | +| api.affinity | object | `{}` | | |
| 24 | +| api.dpImage | string | `""` | | |
| 25 | +| api.dpmgrBaseURL | string | `""` | | |
| 26 | +| api.extraEnvVars | list | `[]` | | |
| 27 | +| api.image.pullPolicy | string | `"IfNotPresent"` | | |
| 28 | +| api.image.repository | string | `"ghcr.io/api7/aisix-cp-api"` | | |
| 29 | +| api.image.tag | string | `""` | | |
| 30 | +| api.nodeSelector | object | `{}` | | |
| 31 | +| api.oauthEnabled | bool | `false` | | |
| 32 | +| api.podSecurityContext.fsGroup | int | `101` | | |
| 33 | +| api.podSecurityContext.runAsGroup | int | `101` | | |
| 34 | +| api.podSecurityContext.runAsNonRoot | bool | `true` | | |
| 35 | +| api.podSecurityContext.runAsUser | int | `10001` | | |
| 36 | +| api.podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | |
| 37 | +| api.publicBaseURL | string | `"http://localhost:8080"` | | |
| 38 | +| api.replicaCount | int | `1` | | |
| 39 | +| api.resources.limits.cpu | string | `"1"` | | |
| 40 | +| api.resources.limits.memory | string | `"512Mi"` | | |
| 41 | +| api.resources.requests.cpu | string | `"100m"` | | |
| 42 | +| api.resources.requests.memory | string | `"128Mi"` | | |
| 43 | +| api.securityContext.allowPrivilegeEscalation | bool | `false` | | |
| 44 | +| api.securityContext.capabilities.drop[0] | string | `"ALL"` | | |
| 45 | +| api.securityContext.readOnlyRootFilesystem | bool | `true` | | |
| 46 | +| api.service.port | int | `8080` | | |
| 47 | +| api.service.type | string | `"ClusterIP"` | | |
| 48 | +| api.tolerations | list | `[]` | | |
| 49 | +| dpm.affinity | object | `{}` | | |
| 50 | +| dpm.extraEnvVars | list | `[]` | | |
| 51 | +| dpm.image.pullPolicy | string | `"IfNotPresent"` | | |
| 52 | +| dpm.image.repository | string | `"ghcr.io/api7/aisix-cp-dpm"` | | |
| 53 | +| dpm.image.tag | string | `""` | | |
| 54 | +| dpm.nodeSelector | object | `{}` | | |
| 55 | +| dpm.podSecurityContext.fsGroup | int | `101` | | |
| 56 | +| dpm.podSecurityContext.runAsGroup | int | `101` | | |
| 57 | +| dpm.podSecurityContext.runAsNonRoot | bool | `true` | | |
| 58 | +| dpm.podSecurityContext.runAsUser | int | `10001` | | |
| 59 | +| dpm.podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | |
| 60 | +| dpm.replicaCount | int | `1` | | |
| 61 | +| dpm.resources.limits.cpu | string | `"1"` | | |
| 62 | +| dpm.resources.limits.memory | string | `"512Mi"` | | |
| 63 | +| dpm.resources.requests.cpu | string | `"100m"` | | |
| 64 | +| dpm.resources.requests.memory | string | `"128Mi"` | | |
| 65 | +| dpm.securityContext.allowPrivilegeEscalation | bool | `false` | | |
| 66 | +| dpm.securityContext.capabilities.drop[0] | string | `"ALL"` | | |
| 67 | +| dpm.securityContext.readOnlyRootFilesystem | bool | `true` | | |
| 68 | +| dpm.service.nodePort | string | `""` | | |
| 69 | +| dpm.service.port | int | `7944` | | |
| 70 | +| dpm.service.type | string | `"ClusterIP"` | | |
| 71 | +| dpm.tolerations | list | `[]` | | |
| 72 | +| externalDatabase.database | string | `"aisix_cloud"` | | |
| 73 | +| externalDatabase.existingSecret | string | `""` | | |
| 74 | +| externalDatabase.host | string | `""` | | |
| 75 | +| externalDatabase.password | string | `""` | | |
| 76 | +| externalDatabase.port | int | `5432` | | |
| 77 | +| externalDatabase.sslmode | string | `"disable"` | | |
| 78 | +| externalDatabase.username | string | `"aisix"` | | |
| 79 | +| global.imagePullSecrets | list | `[]` | | |
| 80 | +| global.storageClass | string | `""` | | |
| 81 | +| postgresql.auth.database | string | `"aisix_cloud"` | | |
| 82 | +| postgresql.auth.existingSecret | string | `""` | | |
| 83 | +| postgresql.auth.password | string | `"changeme"` | | |
| 84 | +| postgresql.auth.postgresPassword | string | `"changeme"` | | |
| 85 | +| postgresql.auth.usePostgresUserForAppConnections | bool | `true` | | |
| 86 | +| postgresql.auth.username | string | `"aisix"` | | |
| 87 | +| postgresql.builtin | bool | `true` | | |
| 88 | +| postgresql.fullnameOverride | string | `""` | | |
| 89 | +| postgresql.image.registry | string | `"docker.io"` | | |
| 90 | +| postgresql.image.repository | string | `"api7/postgresql"` | | |
| 91 | +| postgresql.image.tag | string | `"15.4.0-debian-11-r45"` | | |
| 92 | +| postgresql.primary.persistence.size | string | `"8Gi"` | | |
| 93 | +| postgresql.primary.service.ports.postgresql | int | `5432` | | |
| 94 | +| secrets.betterAuthSecret | string | `"CHANGE_ME_GENERATE_WITH_openssl_rand_-base64_48"` | | |
| 95 | +| secrets.masterKey | string | `"CHANGE_ME_GENERATE_WITH_openssl_rand_-base64_32"` | | |
| 96 | +| secrets.masterKeyID | string | `"env:default"` | | |
| 97 | +| serviceAccount.annotations | object | `{}` | | |
| 98 | +| serviceAccount.create | bool | `true` | | |
| 99 | +| serviceAccount.name | string | `""` | | |
| 100 | +| ui.affinity | object | `{}` | | |
| 101 | +| ui.defaultLocale | string | `"en"` | | |
| 102 | +| ui.extraEnvVars | list | `[]` | | |
| 103 | +| ui.image.pullPolicy | string | `"IfNotPresent"` | | |
| 104 | +| ui.image.repository | string | `"ghcr.io/api7/aisix-cp-ui"` | | |
| 105 | +| ui.image.tag | string | `""` | | |
| 106 | +| ui.nodeSelector | object | `{}` | | |
| 107 | +| ui.podSecurityContext.fsGroup | int | `65533` | | |
| 108 | +| ui.podSecurityContext.runAsGroup | int | `65533` | | |
| 109 | +| ui.podSecurityContext.runAsNonRoot | bool | `true` | | |
| 110 | +| ui.podSecurityContext.runAsUser | int | `1001` | | |
| 111 | +| ui.podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | |
| 112 | +| ui.replicaCount | int | `1` | | |
| 113 | +| ui.resources.limits.cpu | string | `"500m"` | | |
| 114 | +| ui.resources.limits.memory | string | `"256Mi"` | | |
| 115 | +| ui.resources.requests.cpu | string | `"50m"` | | |
| 116 | +| ui.resources.requests.memory | string | `"64Mi"` | | |
| 117 | +| ui.securityContext.allowPrivilegeEscalation | bool | `false` | | |
| 118 | +| ui.securityContext.capabilities.drop[0] | string | `"ALL"` | | |
| 119 | +| ui.securityContext.readOnlyRootFilesystem | bool | `true` | | |
| 120 | +| ui.service.port | int | `3000` | | |
| 121 | +| ui.service.type | string | `"ClusterIP"` | | |
| 122 | +| ui.tolerations | list | `[]` | | |
| 123 | + |
0 commit comments