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'
|
name: 'core-api'
|
||||||
spec:
|
spec:
|
||||||
project: 'comissions.app'
|
project: 'comissions.app'
|
||||||
source:
|
sources:
|
||||||
repoURL: https://github.com/comissions-app/argocd.git
|
- 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
|
targetRevision: HEAD
|
||||||
path: charts/core-api
|
path: charts/core-api
|
||||||
helm:
|
helm:
|
||||||
@ -28,7 +41,7 @@ spec:
|
|||||||
postgresHost: "comissions-app-db"
|
postgresHost: "comissions-app-db"
|
||||||
postgresPort: 5432
|
postgresPort: 5432
|
||||||
postgresUsername: "postgres"
|
postgresUsername: "postgres"
|
||||||
postgresPassword: "uULzwSX1ck4R4UfsOCH4x9TmVBLj0nuKB20YBLVh0KYXDBpqF3A5QE86LZXV8BjA"
|
postgresPassword: "postgres"
|
||||||
postgresDatabase: "comissionsapp"
|
postgresDatabase: "comissionsapp"
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/comissions-app/core-api
|
repository: ghcr.io/comissions-app/core-api
|
||||||
|
Loading…
x
Reference in New Issue
Block a user