aboutsummaryrefslogtreecommitdiffstats
path: root/roles/xtesting-healthcheck-k8s/defaults/main.yaml
blob: 02190ea5d94e2c0e9a3acc9b4db62572b0389268 (plain)
1
2
3
4
5
6
7
8
9
---
postgres_secret_name: postgres-postgresql
postgres_user: helm
postgres_db: helm
postgres_port: 30347
postgres_url: "postgresql://{{
  postgres_svc }}.{{ postgres_namespace }}:{{ postgres_port }}/{{
  postgres_db }}?user={{ postgres_user }}&password={{
  postgres_password }}&sslmode=disable"