podinfo icon indicating copy to clipboard operation
podinfo copied to clipboard

Go microservice template for Kubernetes

Results 45 podinfo issues
Sort by recently updated
recently updated
newest added

I have been using podinfo for some time for demos and local testing. Today I was doing some tests with Prometheus AlertManager and though if I could use something from...

Consider migrating from conftest to kyverno. This would align tooling with flux v2, and then you can leverage the updated PSS tests from kyverno/policies.

Hi, Please remove the random string added to the pod name for test pods. This will help to be able to skip a test using its predictable name. Below is...

When I expose the podinfo via ingress the swagger Base URL is still localhost:9898 and therefore each request have to be edited to work. Would it be possible to set...

I couldn't wrap my head around who actually calls `make version-set`, I think you should describe the release process in the readme. It is used as an example in flux...

I'm trying to test my cluster with podinfo chart created with fluxcd but it seems it breaks on `values.ingress.hosts`. ``` Helm upgrade failed: template: podinfo/templates/ingress.yaml:20:18: executing "podinfo/templates/ingress.yaml" at : can't...

To demonstrate using a service account for holding image pull secrets on a private repo, add `serviceAccount.imagePullSecrets: []` to the values and ```yaml {{- with .Values.serviceAccount.imagePullSecrets }} imagePullSecrets: {{- toYaml...

Add image pull secret to helm chart. Closes #149

@stefanprodan here is the restructured api to api/http and api/grpc along with adding functionality of version and echo api

This PR is associated with [feat(notation): add support for notation in HelmChart and OCIRepository configuration](https://github.com/fluxcd/source-controller/pull/1075) and includes notation configuration used to sign artifacts and updated to the release workflow. I...