argo-cd/resource_customizations/acid.zalan.do/postgresql/testdata/provisioning.yaml
rezellme 19d85aa9fb
feat(health): Adding more health checks for Keycloak, Postgres, Grafana, SolrCloud (#20294)
* feat(health): Add healtchcheck for acid.zalan.do/postgresql

Signed-off-by: Remo Zellmer <rze@vizrt.com>

* feat(health): Add healthcheck for grafana.integreatly.org/Grafana and GrafanaDatasource

Signed-off-by: Remo Zellmer <rze@vizrt.com>

* feat(health): Add healthcheck for k8s.keycloak.org/Keycloak

Signed-off-by: Remo Zellmer <rze@vizrt.com>

* feat(health): Add healthcheck for solr.apache.org/SolrCloud

Signed-off-by: Remo Zellmer <rze@vizrt.com>

---------

Signed-off-by: Remo Zellmer <rze@vizrt.com>
2024-10-09 11:12:09 -04:00

21 lines
No EOL
458 B
YAML

apiVersion: acid.zalan.do/v1
kind: postgresql
metadata:
annotations:
argocd.argoproj.io/sync-wave: '1'
argocd.argoproj.io/tracking-id: foobar-db:acid.zalan.do/postgresql:foo/foobar-db
name: foobar-db
namespace: foo
spec:
databases:
foobar: root
enableLogicalBackup: false
numberOfInstances: 1
postgresql:
parameters:
password_encryption: scram-sha-256
version: '15'
teamId: foobar
users: {}
volume:
size: 1Gi