We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/area registry
To create consistancy with the registry operator within the helm chart, the following changes need to be done:
Index Server - startupProbe
Timeouts on the helm chart should be updated to the timeouts on the registry operator:
initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 20
Registry Viewer - livenessProbe
initialDelaySeconds: 15 periodSeconds: 10 timeoutSeconds: 20
Registry Viewer - readinessProbe
.env
Parent Epic: #1274
The text was updated successfully, but these errors were encountered:
Jdubrick
Successfully merging a pull request may close this issue.
Which area/kind this issue is related to?
/area registry
Issue Description
To create consistancy with the registry operator within the helm chart, the following changes need to be done:
Index Server - startupProbe
Timeouts on the helm chart should be updated to the timeouts on the registry operator:
Registry Viewer - livenessProbe
Timeouts on the helm chart should be updated to the timeouts on the registry operator:
Registry Viewer - readinessProbe
Timeouts on the helm chart should be updated to the timeouts on the registry operator:
.env
should be removed as the environment variables are already being set under the specification: https://github.com/devfile/registry-support/blob/f66264f22310c3c93bf0c77db5f4cd4b560aba5e/deploy/chart/devfile-registry/templates/deployment.yaml#L138Parent Epic: #1274
Acceptance Criteria
.env
mount from the helm chartThe text was updated successfully, but these errors were encountered: