add news app db yaml
This commit is contained in:
parent
920727cfb1
commit
f10cbccb75
2 changed files with 11 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ resources:
|
||||||
- analyst-cronjob.yaml
|
- analyst-cronjob.yaml
|
||||||
- ollama-storage.yaml
|
- ollama-storage.yaml
|
||||||
- news-app-password.yaml
|
- news-app-password.yaml
|
||||||
|
- news-app-db.yaml
|
||||||
|
|
|
||||||
10
apps/base/customer1/news_bot/news-app-db.yaml
Normal file
10
apps/base/customer1/news_bot/news-app-db.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
|
kind: Database
|
||||||
|
metadata:
|
||||||
|
name: news-app-db
|
||||||
|
namespace: customer1
|
||||||
|
spec:
|
||||||
|
cluster:
|
||||||
|
name: customer1-pgdb
|
||||||
|
name: news_app_db
|
||||||
|
owner: news_app
|
||||||
Loading…
Add table
Reference in a new issue