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

Orion.initData process for slow deployment scenarios #275

Merged
merged 7 commits into from
Jul 3, 2024

Commits on Jun 26, 2024

  1. orion.post-hook-initdata.entrypoint.sh changed

    entrypoint.sh retries several times curl post of new entities before failing. In some deployments orion server needs some seconds to be ready
    cgonzalez authored and cgonzalez committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f5721f2 View commit details
    Browse the repository at this point in the history
  2. orion.values.initData.hookDeletePolicy variable added

    Addition done  to allow setting custom hook delete policies. eg.  hook-succeded to delete init job on success. Tested on minikube
    cgonzalez authored and cgonzalez committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    dac8f83 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Added initData.numberDeploymentTries (20)

    It customizes the number of tries before deployment of initial data fails. This solves the issue in low resourced k8s environments that some pods can take some time to be fully deployed
    cgonzalez authored and cgonzalez committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c3216eb View commit details
    Browse the repository at this point in the history
  2. Added initData.numberDeploymentTries (20)

    It customizes the number of tries before deployment of initial data fails. This solves the issue in low resourced k8s environments that some pods can take some time to be fully deployed
    cgonzalez authored and cgonzalez committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f6a8184 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:cgonzalez509/fiware-helm-charts int…

    …o main
    cgonzalez authored and cgonzalez committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1615874 View commit details
    Browse the repository at this point in the history
  4. Restoring tabular changes in values.yaml

    cgonzalez authored and cgonzalez committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8a09a5f View commit details
    Browse the repository at this point in the history
  5. Restoring not required changes in orion.Chart.yaml

    cgonzalez authored and cgonzalez committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c7cf91c View commit details
    Browse the repository at this point in the history