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
10628763
Commit
10628763
authored
3 months ago
by
Sean Fredrick Cruz
Browse files
Options
Downloads
Patches
Plain Diff
test changes in the frontend deployment
parent
014fc5aa
No related branches found
No related tags found
No related merge requests found
Pipeline
#67505
passed with stage
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
task-app-application.yaml
+0
-28
0 additions, 28 deletions
task-app-application.yaml
task-app/templates/frontend-deployment.yaml
+1
-1
1 addition, 1 deletion
task-app/templates/frontend-deployment.yaml
with
1 addition
and
29 deletions
task-app-application.yaml
deleted
100644 → 0
+
0
−
28
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.
task-app/templates/frontend-deployment.yaml
+
1
−
1
View file @
10628763
...
...
@@ -3,7 +3,7 @@ kind: Deployment
metadata
:
name
:
{{
.Release.Name
}}
-frontend
labels
:
app
:
frontend
app
:
frontend
s
release
:
{{
.Release.Name
}}
spec
:
replicas
:
{{
.Values.frontend.replicaCount
}}
...
...
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