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

PRO-426: GraphDB 10.7 and new chart features #109

Merged
merged 11 commits into from
Jul 5, 2024

Commits on Jul 4, 2024

  1. GDB-10410: Added default podAntiAffinity configurations

    Added `podAntiAffinity` and `proxy.podAntiAffinity` for configuring a default podAntiAffinity
    for the GraphDB pods and GraphDB proxy pods. The default values configure a "soft" podAntiAffinity
    that tries to schedule GraphDB pods across different Kubernetes hosts but does not enforce it.
    mihailradkov committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1abbb4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483ca6c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge pull request #108 from Ontotext-AD/GDB-10410-default-anti-affinity

    GDB-10410: Added default podAntiAffinity configurations
    mihailradkov committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    546e624 View commit details
    Browse the repository at this point in the history
  2. GDB-10409: Jobs scheduling configurations

    Added new configuration options for the Jobs
    - Added `job.schedulerName` for overriding the default Kubernetes scheduler
    - Added `job.dnsConfig` and `job.dnsPolicy` for customizing the DNS resolution
    - Added `job.priorityClassName` for defining the pods scheduling importance
    - Added `job.nodeSelector`, `job.affinity`, `job.tolerations` and `job.topologySpreadConstraints`
      for customizing the node scheduling
    mihailradkov committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4006ed7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a89e685 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #107 from Ontotext-AD/GDB-10409-job-scheduling

    GDB-10409: Jobs scheduling configurations
    mihailradkov committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    edc1284 View commit details
    Browse the repository at this point in the history
  5. GDB-10049: Added configurations for persistentVolumeClaimRetentionPolicy

    Added `persistence.volumeClaimRetentionPolicy` and `proxy.persistence.volumeClaimRetentionPolicy`
    to control the retention policy of the PVCs when the StatefulSets are scaled and deleted.
    These configurations are used only for Kubernetes 1.27 and above.
    mihailradkov committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    706bd0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9df4ec5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #106 from Ontotext-AD/GDB-10049-pvc-retention

    GDB-10049: Added configurations for persistentVolumeClaimRetentionPolicy
    mihailradkov committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    48e376a View commit details
    Browse the repository at this point in the history
  8. PRO-426: GraphDB 10.7 and new chart features

    - Updated to GraphDB [10.7.0](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-0)
    - Added `podAntiAffinity` and `proxy.podAntiAffinity` for configuring a default podAntiAffinity for the GraphDB pods and
      GraphDB proxy pods.
    - Added new configuration options for the Jobs
    - Added `persistence.volumeClaimRetentionPolicy` and `proxy.persistence.volumeClaimRetentionPolicy` to control the
      retention policy of the PVCs when the StatefulSets are scaled and deleted.
    mihailradkov committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2856cb4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6ab4f4 View commit details
    Browse the repository at this point in the history