Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
formation-kubernetes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Léo LAIOLO
formation-kubernetes
Commits
6a1e8f1f
Commit
6a1e8f1f
authored
10 months ago
by
Léo LAIOLO
Browse files
Options
Downloads
Patches
Plain Diff
[ARGO-CD] feat: create a second env
parent
fc437c21
Branches
Branches containing commit
No related tags found
1 merge request
!2
[ARGO-CD] feat: create a second env
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
values.prod.yaml
+20
-0
20 additions, 0 deletions
values.prod.yaml
values.yaml
+3
-3
3 additions, 3 deletions
values.yaml
with
23 additions
and
3 deletions
values.prod.yaml
0 → 100644
+
20
−
0
View file @
6a1e8f1f
# Default values for CDB app.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# We have only done front for now
name
:
app
api
:
ingress
:
tlsEnabled
:
true
host
:
api.llaiolo.takima.school
front
:
enabled
:
true
image
:
repository
:
registry.gitlab.com/takima-school/images/cdb/www
tag
:
latest
replicaCount
:
1
ingress
:
tlsEnabled
:
true
host
:
app.llaiolo.takima.school
\ No newline at end of file
This diff is collapsed.
Click to expand it.
values.yaml
+
3
−
3
View file @
6a1e8f1f
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
# This is a YAML-formatted file.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# Declare variables to be passed into your templates.
# We have only done front for now
# We have only done front for now
name
:
cdb
app
name
:
dev-
app
api
:
api
:
ingress
:
ingress
:
tlsEnabled
:
true
tlsEnabled
:
true
host
:
api.llaiolo.takima.school
host
:
dev
api.llaiolo.takima.school
front
:
front
:
enabled
:
true
enabled
:
true
...
@@ -17,4 +17,4 @@ front:
...
@@ -17,4 +17,4 @@ front:
replicaCount
:
1
replicaCount
:
1
ingress
:
ingress
:
tlsEnabled
:
true
tlsEnabled
:
true
host
:
helm.llaiolo.takima.school
host
:
dev-app.llaiolo.takima.school
\ No newline at end of file
\ 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