GitXplorerGitXplorer
l

testconn

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
8ad54bdf1a2dd558ef7b4e9f4a27f68ef500e416

chore(main): release 1.4.0 (#6)

lleonardoce committed 2 years ago
Unverified
26629e1c1a9681e6be14827f6975d11e0c3e0111

feat: use a personal access token for release-please

lleonardoce committed 2 years ago
Verified
d05eaa9eea7c7d0c00fb3702aa7d247f23b2a943

chore(main): release 1.3.0 (#5)

ggithub-actions[bot] committed 2 years ago
Unverified
eb23b92db4578e4aa2d98fe622bfe428550075d4

feat: workflow manual dispatch on image building

lleonardoce committed 2 years ago
Unverified
17387613950cfc1749d40488eca16ca75642e485

fix: workflow name

lleonardoce committed 2 years ago
Verified
30f8878639703adf10d84de4d58505218f2c6438

chore(main): release 1.2.0 (#4)

ggithub-actions[bot] committed 2 years ago

README

The README file for this repository.

Test connection

This is a simple web application that just tests a PostgreSQL connection.

It exposes just a few entrypoints:

  • /ping pings the database
  • /readyz pings the database
  • /livez returns 200 if the probe is not failed, otherwise it will raise an internal server error
  • /fake set the liveness probe to be faked

This application must not be used as a reference, but it is just meant to explain the meaning of Kubernetes probes.

Some example Kubernetes definitions can be found in the k8s directory.