Add cloudhost-platform Helm chart and registry ingress manifests.
Deploy backend, frontend, PostgreSQL, and Redis on Kubernetes with optional Ingress/TLS, SQL migration hooks, and public registry exposure at repo.3fase.ir. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated after local docker build — use with:
|
||||
# helm upgrade --install cloudhost . -n cloudhost -f values.yaml -f values-images.yaml
|
||||
#
|
||||
# Built with:
|
||||
# docker build -t cloudhost-backend:1.0.0 ./backend
|
||||
# docker build -t cloudhost-frontend:1.0.0 \
|
||||
# --build-arg NEXT_PUBLIC_API_URL=https://api.cloudhost.local ./frontend
|
||||
|
||||
images:
|
||||
backend:
|
||||
repository: cloudhost-backend
|
||||
tag: "1.0.0"
|
||||
pullPolicy: IfNotPresent
|
||||
frontend:
|
||||
repository: cloudhost-frontend
|
||||
tag: "1.0.0"
|
||||
pullPolicy: IfNotPresent
|
||||
Reference in New Issue
Block a user