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
Romain GALMIER
ch3-gitops
Commits
16e7e6d7
Commit
16e7e6d7
authored
10 months ago
by
Romain GALMIER
Browse files
Options
Downloads
Patches
Plain Diff
helm for argo
parent
bb1e0c6f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
Chart.yaml
+0
-26
0 additions, 26 deletions
Chart.yaml
values.yaml
+0
-30
0 additions, 30 deletions
values.yaml
with
0 additions
and
57 deletions
.gitignore
deleted
100644 → 0
+
0
−
1
View file @
bb1e0c6f
dist/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Chart.yaml
deleted
100644 → 0
+
0
−
26
View file @
bb1e0c6f
apiVersion
:
v2
name
:
cdb
description
:
All applications in the cdb ecosystem
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type
:
application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version
:
0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion
:
snapshot
maintainers
:
-
name
:
takiformation
email
:
takiformation@takima.school
This diff is collapsed.
Click to expand it.
values.yaml
deleted
100644 → 0
+
0
−
30
View file @
bb1e0c6f
# 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
api
:
name
:
api
replicas
:
1
image
:
repository
:
registry.gitlab.com/takima-school/images/cdb/api
tag
:
latest
ingress
:
tlsEnabled
:
false
host
:
api.rgalmier.takima.school
front
:
enabled
:
true
image
:
repository
:
registry.gitlab.com/takima-school/images/cdb/www
tag
:
latest
replicaCount
:
1
ingress
:
tlsEnabled
:
false
host
:
www.rgalmier.takima.school
db
:
name
:
cdb-db
owner
:
cdb
numberOfInstances
:
2
\ 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