Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB-7986: Added feature toggles #91

Merged
merged 4 commits into from
Apr 12, 2024
Merged

Conversation

mihailradkov
Copy link
Contributor

Toggles include:

  • cluster.jobs.createCluster.enabled
  • cluster.jobs.patchCluster.enabled
  • cluster.jobs.scaleCluster.enabled
  • headlessService.enabled
  • proxy.service.enabled
  • proxy.headlessService.enabled

Additionally

  • Removed all useless $.
  • Removed the default logback XML configuration and configmap in favor of an example and a new configuration options under logging.logback
  • Configmaps from graphdb.configs are now under extraConfiguration, repositories and initialConfiguration with a different structure allowing better reuse of existing configmaps
  • Existing configmaps for logging.logback and extraConfiguration.properties are now templated

- `cluster.jobs.createCluster.enabled`
- `cluster.jobs.patchCluster.enabled`
- `cluster.jobs.scaleCluster.enabled`
- `headlessService.enabled`
- `proxy.service.enabled`
- `proxy.headlessService.enabled`
- Removed the default logback XML configuration and configmap in favor of an [example](examples/custom-logback) and a new configuration options
  under `logging.logback`
- Configmaps from `graphdb.configs` are now under `extraConfiguration`, `repositories` and `initialConfiguration` with a different structure allowing
  better reuse of existing configmaps
- Existing configmaps for `logging.logback` and `extraConfiguration.properties` are now templated
templates/graphdb/statefulset.yaml Show resolved Hide resolved
values.yaml Show resolved Hide resolved
@mihailradkov mihailradkov merged commit 1e7ede4 into GDB-9425-version-11 Apr 12, 2024
@mihailradkov mihailradkov deleted the GDB-7986-flags branch April 12, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants