Skip to content
Snippets Groups Projects
Commit 014fc5aa authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

add documentation and the argocd application file

parent bbaed7e1
No related branches found
No related tags found
No related merge requests found
Pipeline #67503 passed with stage
in 1 minute and 35 seconds
This diff is collapsed.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: task-app
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.stratpoint.dev/seanfredrickcruz/task-app-management.git # Your GitLab repository
targetRevision: HEAD
path: task-app # Path to your Helm chart
destination:
server: https://kubernetes.default.svc
namespace: task-app-management
syncPolicy:
automated:
prune: true
selfHeal: true
---
# ConfigMap for frontend configuration
apiVersion: v1
kind: ConfigMap
metadata:
name: frontend-config
namespace: task-app
data:
REACT_APP_API_URL: "http://localhost:3001/api" # Backend API URL
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment