Skip to content

Kubernetes readiness probe fails on database creation if it already exists #1

Description

@NoOverflow

Recreating an already existing database overrides the original password which breaks the readiness probes, and render the database unavailable. This is due to the fact that the Secret k8s resource is only used at database initialisation, the password is then stored in the PVC, that is NOT recreated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions