Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ch3-gitops
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
Benjamin MAIGNAN
ch3-gitops
Commits
7cc8c4af
Commit
7cc8c4af
authored
10 months ago
by
Benjamin MAIGNAN
Browse files
Options
Downloads
Patches
Plain Diff
feat: add staging env
parent
72a353c1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
values.staging.yaml
+33
-0
33 additions, 0 deletions
values.staging.yaml
with
33 additions
and
0 deletions
values.staging.yaml
0 → 100644
+
33
−
0
View file @
7cc8c4af
# 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
:
cdb
pg
:
enabled
:
true
port
:
5432
image
:
repository
:
registry.takima.io/school/proxy/postgres
tag
:
latest
replicaCount
:
1
api
:
enabled
:
true
image
:
repository
:
registry.gitlab.com/takima-school/images/cdb/api
tag
:
latest
replicaCount
:
1
ingress
:
tlsEnabled
:
true
host
:
api-staging.bmaignan.takima.school
front
:
enabled
:
true
image
:
repository
:
registry.gitlab.com/takima-school/images/cdb/www
tag
:
latest
replicaCount
:
1
ingress
:
tlsEnabled
:
true
host
:
www-staging.bmaignan.takima.school
\ 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