mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
added postgres
This commit is contained in:
parent
3fa472b9c0
commit
5355422dc9
@ -19,8 +19,21 @@ spec:
|
||||
name: 'core-api'
|
||||
spec:
|
||||
project: 'comissions.app'
|
||||
source:
|
||||
repoURL: https://github.com/comissions-app/argocd.git
|
||||
sources:
|
||||
- repoURL: https://github.com/bitnami/charts.git
|
||||
targetRevision: HEAD
|
||||
path: bitnami/postgresql
|
||||
helm:
|
||||
values: |
|
||||
nameOverride : "comissions-app-db"
|
||||
global:
|
||||
postgresql:
|
||||
auth:
|
||||
username: "postgres"
|
||||
password: "postgres"
|
||||
database: "comissionsapp"
|
||||
postgresqlPassword:
|
||||
- repoURL: https://github.com/comissions-app/argocd.git
|
||||
targetRevision: HEAD
|
||||
path: charts/core-api
|
||||
helm:
|
||||
@ -28,7 +41,7 @@ spec:
|
||||
postgresHost: "comissions-app-db"
|
||||
postgresPort: 5432
|
||||
postgresUsername: "postgres"
|
||||
postgresPassword: "uULzwSX1ck4R4UfsOCH4x9TmVBLj0nuKB20YBLVh0KYXDBpqF3A5QE86LZXV8BjA"
|
||||
postgresPassword: "postgres"
|
||||
postgresDatabase: "comissionsapp"
|
||||
image:
|
||||
repository: ghcr.io/comissions-app/core-api
|
||||
|
Loading…
x
Reference in New Issue
Block a user