-
Notifications
You must be signed in to change notification settings - Fork 18
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-7988: Avoid hardcoded classes #89
Merged
Merged
Commits on Apr 8, 2024
-
Added
properties
for inserting additional GraphDB configurations in…… the properties configmap
Configuration menu - View commit details
-
Copy full SHA for e12111b - Browse repository at this point
Copy the full SHA e12111bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd1401 - Browse repository at this point
Copy the full SHA 5dd1401View commit details -
GDB-7988: Image pull secrets updates
- Updated `deployment.imagePullSecret` to be a list, e.g. `deployment.imagePullSecrets` - Values from imagePullSecrets are now templated - Simplified the helper template for rendering imagePullSecrets
Configuration menu - View commit details
-
Copy full SHA for c1ebf61 - Browse repository at this point
Copy the full SHA c1ebf61View commit details -
- Removed the default value from `global.imageRegistry`, the chart now uses the value from `images.graphdb.registry` - Added `images.graphdb.sha` to optionally provide an expected SHA checksum of the image - Simplified the helper template for rendering the GraphDB's image - Removed unused busybox image configurations from `images.busybox`
Configuration menu - View commit details
-
Copy full SHA for 5d1bb45 - Browse repository at this point
Copy the full SHA 5d1bb45View commit details -
The chart will default to using the default storage class instead of using a hardcoded standard that might not be present in each cluster. - Added `graphdb.node.persistence.enabled` toggle flag for enabling or disabling the persistence of GraphDB - Removed `global.storageClass` in favor of using by default the default storage class in the cluster. Templates will no longer use `global.storageClass`. - Renamed `graphdb.clusterProxy.persistence.enablePersistence` toggle to just `enabled`
Configuration menu - View commit details
-
Copy full SHA for bd6f22b - Browse repository at this point
Copy the full SHA bd6f22bView commit details -
The ingress resource is no longer tied to the nginx controller. - Added new configuration options for the default ingress `deployment.ingress`: - Ability to override the `host` and `path` for GraphDB from `deployment.host` and `graphdb.workbench.subpath` - Changing the `pathType` - Inserting additional hosts and TLS configurations with `extraHosts` and `extraTLS` - Updated the ingress resource to be agnostic to the ingress implementation. It will no longer assume that NGINX is the ingress controller in the cluster - Removed `maxRequestSize` and `timeout` configurations from `deployment.ingress` as they were specific to the ingress controller implementation of nginx
Configuration menu - View commit details
-
Copy full SHA for 052221f - Browse repository at this point
Copy the full SHA 052221fView commit details -
GDB-7988: Service ports updates
- Added `labels` for each service resource for insertion of additional labels - Added `containerPorts` and `proxy.containerPorts` for mapping the ports on which GraphDB listens on - Added `ports` mappings in each service - Added `extraContainerPorts` and `proxy.extraContainerPorts` - Service resources and probes now refer to the target ports by their nicknames - Renamed the port mappings of GraphDB and GraphDB proxy to `http` and `rpc` - Renamed `graphdb.node.service` to `headlessService`
Configuration menu - View commit details
-
Copy full SHA for b150946 - Browse repository at this point
Copy the full SHA b150946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2ed32 - Browse repository at this point
Copy the full SHA 6a2ed32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8a482 - Browse repository at this point
Copy the full SHA 0d8a482View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.