Helm chart to run graphql-hive in kubernetes
helm install graphql-hive . --dependency-update
| Key | Type | Default | Description | |:————————————————————-|:——-|:—————————————–|:—————————————————————————————————————| | global.image.tag | string | 59b64c36c866b3555c135c70de76a884e63f8619 | Image tag of graphql-hive | | global.appBaseUrl | string | base.url.io | URL where graphql-hive is going to be hosted | | global.clickhouseUsername | string | default | If you change this variable, you need to override admin-password in clickhouse secret | | global.postgresql.auth.database | string | graphql-hive | | | global.postgresql.auth.user | string | postgres | If you change this variable, you need to override postgres-password in postgres-postgresql secret | | global.apiKey.key | string | yourApiKey | Supertoken’s API key | | global.encryptionSecret | string | yourEncryptionSecret | | | global.email.provider | string | sendmail | The email provider that should be used for sending emails. Possible valies: sendmail, smtp, postmark or mock | | global.email.from | string | no-reply@yourDomain.com | The email address used for sending emails | | graphql-hive.ingress.useSecureProtocol | string | false | True for https, false for http | | graphql-hive.hive-emails.emailProviderSmtpProtocol | string | | If global.email.provider is smtp. “smtp” or “smtps” | | graphql-hive.hive-emails.emailProviderSmtpHost | string | | If global.email.provider is smtp. SMTP server address | | graphql-hive.hive-emails.emailProviderSmtpPort | string | | If global.email.provider is smtp. SMTP server port | | graphql-hive.hive-emails.emailProviderSmtpRejectUnauthorized | string | | If global.email.provider is smtp. If your smtp server has self-signed certificate value must be ‘0’ |