Skip to content

Implement changes in deployment specification under devfile registry helm chart #1430

Closed
devfile/registry-support
#221
@michael-valdron

Description

@michael-valdron

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:

  • Outdated probe time values need to be updated

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

Timeouts on the helm chart should be updated to the timeouts on the registry operator:

initialDelaySeconds: 15
periodSeconds: 10
timeoutSeconds: 20

Registry Viewer - readinessProbe

Timeouts on the helm chart should be updated to the timeouts on the registry operator:

initialDelaySeconds: 15
periodSeconds: 10
timeoutSeconds: 20

Parent Epic: #1274

Acceptance Criteria

  • Set probe time values under helm chart to match same probes under registry operator
  • Define pod level security context under helm chart to match registry operator
  • Remove .env mount from the helm chart
  • Check deployment integrity of changes

Metadata

Metadata

Assignees

Labels

area/registryDevfile registry for stacks and infrastructure

Type

No type

Projects

Status

Done ✅

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions