Skip to content
Snippets Groups Projects
Commit 43ffba8b authored by Léo LAIOLO's avatar Léo LAIOLO
Browse files

Merge branch 'gitops' into 'main'

[ARGO-CD] feat: create a second env

See merge request !2
parents 4d6992cf 6a1e8f1f
No related branches found
No related tags found
1 merge request!2[ARGO-CD] feat: create a second env
# 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
......@@ -2,12 +2,12 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# We have only done front for now
name: cdbapp
name: dev-app
api:
ingress:
tlsEnabled: true
host: api.llaiolo.takima.school
host: devapi.llaiolo.takima.school
front:
enabled: true
......@@ -17,4 +17,4 @@ front:
replicaCount: 1
ingress:
tlsEnabled: true
host: helm.llaiolo.takima.school
\ No newline at end of file
host: dev-app.llaiolo.takima.school
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment