Skip to content
Snippets Groups Projects
Commit 7cc8c4af authored by Benjamin MAIGNAN's avatar Benjamin MAIGNAN
Browse files

feat: add staging env

parent 72a353c1
Branches
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment