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

[ARGO-CD] feat: create a second env

parent fc437c21
Branches
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 @@ ...@@ -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: cdbapp name: dev-app
api: api:
ingress: ingress:
tlsEnabled: true tlsEnabled: true
host: api.llaiolo.takima.school host: devapi.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment