Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Task app management
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sean Fredrick Cruz
Task app management
Commits
014fc5aa
Commit
014fc5aa
authored
3 months ago
by
Sean Fredrick Cruz
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deployment-documentation.md
+904
-0
904 additions, 0 deletions
deployment-documentation.md
task-app-application.yaml
+28
-0
28 additions, 0 deletions
task-app-application.yaml
with
932 additions
and
0 deletions
deployment-documentation.md
0 → 100644
+
904
−
0
View file @
014fc5aa
This diff is collapsed.
Click to expand it.
task-app-application.yaml
0 → 100644
+
28
−
0
View file @
014fc5aa
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment