feat: adds deploy job to project

This commit is contained in:
2025-11-07 21:30:21 -03:00
parent 4e75afda84
commit 5af5006b87
10 changed files with 352 additions and 2 deletions

9
.k8s/config.template.yml Normal file
View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: backend-config
namespace: ${KUBE_NAMESPACE}
data:
FRONTEND_PATH: ${FRONTEND_PATH}
STORAGE_SERVICE_INTERNAL_URL: storage-service
STORAGE_SERVICE_PORT: "8000"