You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application deploy helm chart is missing Postgres, which the app will require to run.
The kubernetes-conjur-demo scripts use a custom build of Postgres for K8s and a RH out of the box image for OpenShift. If possible, we should try to use an OOTB image for PG in K8s too.
Note: we also want to make sure on deploy we wait for the pg container to be ready via readiness probe.
AC:
App deploy helm chart includes postgres deploy with readiness probe for K8s apps
The text was updated successfully, but these errors were encountered:
The application deploy helm chart is missing Postgres, which the app will require to run.
The kubernetes-conjur-demo scripts use a custom build of Postgres for K8s and a RH out of the box image for OpenShift. If possible, we should try to use an OOTB image for PG in K8s too.
Note: we also want to make sure on deploy we wait for the pg container to be ready via readiness probe.
AC:
The text was updated successfully, but these errors were encountered: