chore: remove unused .yml files for consistency
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m5s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m5s
This commit is contained in:
parent
893e36d8c9
commit
5ef9cfdaa9
@ -1,6 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: fusero
|
|
||||||
description: Fusero App Boilerplate Helm Chart
|
|
||||||
type: application
|
|
||||||
version: 0.1.0
|
|
||||||
appVersion: "1.0.0"
|
|
@ -1,22 +0,0 @@
|
|||||||
backend:
|
|
||||||
image: fusero-backend:latest
|
|
||||||
env:
|
|
||||||
POSTGRES_HOST: postgres-service
|
|
||||||
POSTGRES_PORT: "5432"
|
|
||||||
POSTGRES_NAME: fusero-db
|
|
||||||
POSTGRES_USER: prod_admin
|
|
||||||
POSTGRES_PASSWORD: REPLACE_ME
|
|
||||||
DEFAULT_ADMIN_USERNAME: admin
|
|
||||||
DEFAULT_ADMIN_EMAIL: admin@fusero.nl
|
|
||||||
DEFAULT_ADMIN_PASSWORD: STRONG_REPLACE_ME
|
|
||||||
ENCRYPTION_KEY: PROD_REPLACE_ME_KEY
|
|
||||||
JWT_SECRET: PROD_REPLACE_ME_JWT
|
|
||||||
CHATGPT_API_KEY: PROD_REPLACE_ME_CHATGPT
|
|
||||||
CANVAS_API_KEY: PROD_REPLACE_ME_CANVAS
|
|
||||||
|
|
||||||
frontend:
|
|
||||||
image: fusero-frontend:latest
|
|
||||||
|
|
||||||
postgres:
|
|
||||||
image: postgres:15
|
|
||||||
storage: 5Gi
|
|
Loading…
Reference in New Issue
Block a user