add news app db yaml

This commit is contained in:
sirius0xdev 2026-03-22 21:21:15 +00:00
parent 920727cfb1
commit f10cbccb75
2 changed files with 11 additions and 1 deletions

View file

@ -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

View 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