mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
21 lines
458 B
YAML
21 lines
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
|