-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added flags on individual components (#1188)
- Loading branch information
1 parent
cd508ff
commit fb4d6f1
Showing
71 changed files
with
181 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,10 @@ Note: this table is incomplete, so have a look at the values.yaml in case you mi | |
| `user.create` | if `true`, creates a default admin user defined from `email` and `password` | `true` | | ||
| `user.email` | Admin user email | `[email protected]` | | ||
| `user.password` | Admin user password | `aaaa` | | ||
| `hooks.dbCheck.enabled` | Enable Sentry database check job | `true` | | ||
| `hooks.dbInit.enabled` | Enable Sentry database init job | `true` | | ||
| `hooks.snubaInit.enabled` | Enable Snuba database init job | `true` | | ||
| `hooks.snubaMigrate.enabled` | Enable Snuba migration job | `true` | | ||
| `ingress.enabled` | Enabling Ingress | `false` | | ||
| `ingress.regexPathStyle` | Allows setting the style the regex paths are rendered in the ingress for the ingress controller in use. Possible values are `nginx`, `aws-alb`, `gke` and `traefik` | `nginx` | | ||
| `nginx.enabled` | Enabling NGINX | `true` | | ||
|
@@ -59,6 +63,24 @@ Note: this table is incomplete, so have a look at the values.yaml in case you mi | |
| `metrics.serviceMonitor.honorLabels` | honorLabels chooses the metric's labels on collisions with target labels. | `false` | | ||
| `metrics.serviceMonitor.namespace` | namespace where servicemonitor resource should be created | `the same namespace as sentry` | | ||
| `metrics.serviceMonitor.scrapeInterval` | interval between Prometheus scraping | `30s` | | ||
| `relay.enabled` | Enable Relay | `true` | | ||
| `sentry.billingMetricsConsumer.enabled` | Enable Sentry billing metrics | `true` | | ||
| `sentry.cron.enabled` | Enable Sentry cron | `true` | | ||
| `sentry.genericMetricsConsumer.enabled` | Enable Sentry generic metrics consumer | `true` | | ||
| `sentry.ingestConsumer.enabled` | Enable Sentry ingest consumer attachments, events, transactions | `true` | | ||
| `sentry.ingestMonitors.enabled` | Enable Sentry ingest monitors | `true` | | ||
| `sentry.ingestOccurrences.enabled` | Enable Sentry ingest occurences | `true` | | ||
| `sentry.ingestReplayRecordings.enabled` | Enable Sentry ingest replay recordings | `true` | | ||
| `sentry.metricsConsumer.enabled` | Enable Sentry metrics consumer | `true` | | ||
| `sentry.postProcessForwardErrors.enabled` | Enable Sentry post process forward errors | `true` | | ||
| `sentry.postProcessForwardIssuePlatform.enabled` | Enable Sentry post process forward issue platform | `true` | | ||
| `sentry.postProcessForwardTransactions.enabled` | Enable Sentry post process forward transactions | `true` | | ||
| `sentry.subscriptionConsumerEvents.enabled` | Enable Sentry subscription consumer events | `true` | | ||
| `sentry.subscriptionConsumerGenericMetrics.enabled` | Enable Sentry subscription consumer generic metrics | `true` | | ||
| `sentry.subscriptionConsumerMetrics.enabled` | Enable Sentry subscription consumer metrics | `true` | | ||
| `sentry.subscriptionConsumerTransactions.enabled` | Enable Sentry subscription consumer transactions | `true` | | ||
| `sentry.sentry.web.enabled` | Enable Sentry web | `true` | | ||
| `sentry.sentry.worker.enabled` | Enable Sentry worker | `true` | | ||
| `serviceAccount.annotations` | Additional Service Account annotations. | `{}` | | ||
| `serviceAccount.enabled` | If `true`, a custom Service Account will be used. | `false` | | ||
| `serviceAccount.name` | The base name of the ServiceAccount to use. Will be appended with e.g. `snuba` or `web` for the pods accordingly. | `"sentry"` | | ||
|
@@ -67,6 +89,20 @@ Note: this table is incomplete, so have a look at the values.yaml in case you mi | |
| `sentry.features.vstsLimitedScopes` | Disables the azdo-integrations with limited scopes that is the cause of so much pain | `true` | | ||
| `sentry.web.customCA.secretName` | Allows mounting a custom CA secret | `nil` | | ||
| `sentry.web.customCA.item` | Key of CA cert object within the secret | `ca.crt` | | ||
| `snuba.api.enabled` | Enable Snuba api | `true` | | ||
| `snuba.consumer.enabled` | Enable Snuba consumer | `true` | | ||
| `snuba.genericMetricsCountersConsumer.enabled` | Enable Snuba generic metrics counters consumer | `true` | | ||
| `snuba.genericMetricsDistributionConsumer.enabled` | Enable Snuba generic metrics distribution consumer | `true` | | ||
| `snuba.genericMetricsSetsConsumer.enabled` | Enable Snuba generic metrics sets consumer | `true` | | ||
| `snuba.issueOccurrenceConsumer.enabled` | Enable Snuba issue occurrence consumer | `true` | | ||
| `snuba.metricsConsumer.enabled` | Enable Snuba metrics consumer | `true` | | ||
| `snuba.outcomesConsumer.enabled` | Enable Snuba outcomes consumer | `true` | | ||
| `snuba.replacer.enabled` | Enable Snuba replacer | `true` | | ||
| `snuba.replaysConsumer.enabled` | Enable Snuba replays consumer | `true` | | ||
| `snuba.subscriptionConsumerEvents.enabled` | Enable Snuba subscription consumer events | `true` | | ||
| `snuba.subscriptionConsumerMetrics.enabled` | Enable Snuba subscription consumer metrics | `true` | | ||
| `snuba.subscriptionConsumerTransactions.enabled` | Enable Snuba subscription consumer transactions | `true` | | ||
| `snuba.transactionsConsumer.enabled` | Enable Snuba transactions consumer | `true` | | ||
| `symbolicator.api.enabled` | Enable Symbolicator | `false` | | ||
| `symbolicator.api.config` | Config file for Symbolicator, see [its docs](https://getsentry.github.io/symbolicator/#configuration) | see values.yaml | | ||
|
||
|
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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
--- | ||
{{- if .Values.sourcemaps.enabled }} | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: {{ template "sentry.fullname" . }}-memcached | ||
data: | ||
MEMCACHED_MEMORY_LIMIT: "{{ .Values.memcached.memoryLimit }}" | ||
MEMCACHED_MAX_ITEM_SIZE: "{{ .Values.memcached.maxItemSize }}" | ||
{{- end }} |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.