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

Add probes to Fulcio deployment #506

Closed
wants to merge 4 commits into from
Closed

Conversation

codysoyland
Copy link
Member

@codysoyland codysoyland commented Apr 11, 2023

Description of the change

This adds readinessProbe and livenessProbe to the Fulcio deployment.

Fulcio doesn't have health endpoints, so I'm using /api/v1/rootCert.

Existing or Associated Issue(s)

Additional Information

Checklist

  • Chart version bumped in Chart.yaml according to semver. Where applicable, update and bump the versions in any associated umbrella chart
  • Variables are documented in the values.yaml and added to the README.md. The helm-docs utility can be used to generate the necessary content. Use helm-docs --dry-run to preview the content.
  • JSON Schema generated.
  • List tests pass for Chart using the Chart Testing tool and the ct lint command.

},
"readinessProbe": {
"description": "Readiness probe configuration",
"$ref": "https://kubernetesjsonschema.dev/v1.18.1/_definitions.json#/definitions/io.k8s.api.core.v1.Probe"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any thoughts on using these references to https://kubernetesjsonschema.dev? Not sure what implications this has, as I don't see any $ref references within the Sigstore Helm charts.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you generate these values ?

@bobcallaway
Copy link
Member

@bobcallaway
Copy link
Member

fixed by #568

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants