Merge pull request 'feat: add caching to postgres' (#7173) from tmp/gauts into main
lint-test-helm / lint-helm (push) Successful in 45s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 8m58s

Reviewed-on: #7173
This commit was merged in pull request #7173.
This commit is contained in:
2026-05-20 01:27:48 +00:00
+1
View File
@@ -92,6 +92,7 @@ gatus:
scopes: [openid] scopes: [openid]
storage: storage:
type: postgres type: postgres
caching: true
path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable" path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable"
default-endpoint: &defaults default-endpoint: &defaults
group: core group: core