Skip to content

Commit

Permalink
values update
Browse files Browse the repository at this point in the history
  • Loading branch information
agg3fe committed Jul 1, 2024
1 parent 6544c73 commit 0609f97
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions environments/association/discoveryfinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,15 @@ discoveryfinder:
cpu: 250m
memory: 1024Mi

postgresql:
primary:
persistence:
enabled: true
size: 50Gi
service:
ports:
postgresql: 5432
auth:
username: catenax
password:
database: discoveryfinder
# -- Secret contains passwords for username postgres.
existingSecret: secret-discoveryfinder-postgres-init
postgresql:
primary:
persistence:
enabled: true
size: 8Gi
service:
ports:
postgresql: 5432
auth:
username: catenax
password: <path:semantics/data/authentication#dbpassword>
database: discoveryfinder

0 comments on commit 0609f97

Please sign in to comment.