-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,7 @@ helm show values safe-config-service | |
| `ingress.enabled` | Enable ingress | `true` | | ||
| `ingress.ingressClassName` | Ingress class name | `nginx` | | ||
| `ingress.host` | Ingress host | `cgw-service.minikube.net` | | ||
| `ingress.annotations` | Ingress annotations | `nginx.ingress.kubernetes.io/force-ssl-redirect: "true"<br>nginx.ingress.kubernetes.io/enable-cors: "false"` | | ||
| `ingress.annotations` | Ingress annotations | <code>nginx.ingress.kubernetes.io/force-ssl-redirect: "true"<br>nginx.ingress.kubernetes.io/enable-cors: "false"</code> | | ||
|
||
### Database parameters | ||
|
||
|
@@ -132,49 +132,6 @@ Refer to [bitnami/postgresql](https://artifacthub.io/packages/helm/bitnami/postg | |
|
||
|
||
|
||
|
||
|
||
| Parameter | Description | Default | | ||
|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------| | ||
| `nameOverride ` | Provide a name in place of safe-config-service for `app:` labels | `"" ` | | ||
| `fullnameOverride ` | Provide a name to substitute for the full names of resources | `"" ` | | ||
| `imagePullSecrets ` | Reference to one or more secrets to be used when pulling images | `"" ` | | ||
| `replicaCount ` | Number of instance for safe-config-service-web | `1 ` | | ||
| `image.repository ` | safe-config-service image name | `safeglobal/safe-config-service ` | | ||
| `image.tag ` | safe-config-service image tag | `latest ` | | ||
| `image.pullPolicy ` | Image pull policy | `Always ` | | ||
| `extraEnv ` | Specify additional environment variables | `[] ` | | ||
| `config.debug ` | Enable debug mode | `true ` | | ||
| `config.secretKey ` | Django secret key | `"" ` | | ||
| `config.csrf.trustedOrigins ` | Trusted origins should refer to safe-wallet-web URL | `"" ` | | ||
| `config.clientGateway.url ` | URL of the Client-Gateway | `"" ` | | ||
| `config.clientGateway.token ` | Client-Gateway flush token | `"" ` | | ||
| `config.database.runMigration ` | Run Database migration on startup | `true ` | | ||
| `config.database.useExisting ` | Use an existing PostgreSQL instance (or spin up one) | `false ` | | ||
| `config.database.url ` | Database Url (plsql://...) when config.database.useExisting=true | `"" ` | | ||
| `config.database.port ` | Database port when config.database.useExisting=false | `5432 ` | | ||
| `config.database.user ` | Database username when config.database.useExisting=false | `postgres ` | | ||
| `config.database.password ` | Database password when config.database.useExisting=false | `postgres ` | | ||
| `config.database.db ` | Database name when config.database.useExisting=false | `cfg ` | | ||
| `config.database.persistence.storageClass ` | Database persistence class when config.database.useExisting=false | `standard ` | | ||
| `config.database.persistence.size ` | Database persistence size when config.database.useExisting=false | `100Mi ` | | ||
| `config.admin.auth.enabled ` | Autoconfigure Django admin panel on startup | `true ` | | ||
| `config.admin.auth.username ` | Django admin panel username | `root ` | | ||
| `config.admin.auth.password ` | Django admin panel password | `root123 ` | | ||
| `config.admin.auth.email ` | Django admin panel email | `[email protected] ` | | ||
| `web.nodeSelector ` | | `{} ` | | ||
| `web.affinity ` | | `{} ` | | ||
| `web.tolerations ` | | `{} ` | | ||
| `web.securityContext ` | | `{} ` | | ||
| `web.podSecurityContext ` | | `{} ` | | ||
| `web.resources ` | | `{} ` | | ||
| `ingress.enabled ` | Enable ingress | `true ` | | ||
| `ingress.ingressClassName ` | Ingress class name | `nginx ` | | ||
| `ingress.host ` | Ingress host | `cfg-service.minikube.net ` | | ||
| `ingress.annotations ` | Ingress annotations | `nginx.ingress.kubernetes.io/force-ssl-redirect : "true" nginx.ingress.kubernetes.io/enable-cors : "false"` | | ||
| ` ` | | ` ` | | ||
|
||
|
||
## Troubleshooting | ||
|
||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters