Skip to content
Snippets Groups Projects

[ARGO-CD] feat: create a second env

Merged Léo LAIOLO requested to merge gitops into main
2 files
+ 23
3
Compare changes
  • Side-by-side
  • Inline
Files
2
values.prod.yaml 0 → 100644
+ 20
0
# 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
Loading