Skip to content

Commit

Permalink
chore: move to dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jul 11, 2024
1 parent c9d3678 commit 8f13bee
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,35 @@ server:
name: pg-superuser
- name: PG_SSL_SELF_SIGNED
value: "true"

pgadmin:
~chart: pgadmin
oauth2-proxy:
host: pgadmin-{{ .Values.global.host }}
config:
OAUTH2_PROXY_GITHUB_ORG: "SocialGouv"
OAUTH2_PROXY_GITHUB_TEAM: "admins-fce,sre"
envFrom:
- secretRef:
name: oauth2-proxy
secrets:
- name: pg-app
keys:
user: PGUSER
password: PGPASSWORD
host: PGHOST
port: PGPORT
database: PGDATABASE
- name: pg-strapi-superuser
keys:
user: user
password: password
host: host
port: port
- name: pg-n8n-app
keys:
user: PGUSER
password: PGPASSWORD
host: PGHOST
port: PGPORT
database: PGDATABASE
32 changes: 0 additions & 32 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,35 +130,3 @@ pg-strapi:
cnpg-cluster:
backup:
~tpl~enabled: "false"

pgadmin:
~chart: pgadmin
oauth2-proxy:
host: pgadmin-{{ .Values.global.host }}
config:
OAUTH2_PROXY_GITHUB_ORG: "SocialGouv"
OAUTH2_PROXY_GITHUB_TEAM: "admins-fce,sre"
envFrom:
- secretRef:
name: oauth2-proxy
secrets:
- name: pg-app
keys:
user: PGUSER
password: PGPASSWORD
host: PGHOST
port: PGPORT
database: PGDATABASE
- name: pg-strapi-superuser
keys:
user: user
password: password
host: host
port: port
- name: pg-n8n-app
keys:
user: PGUSER
password: PGPASSWORD
host: PGHOST
port: PGPORT
database: PGDATABASE

0 comments on commit 8f13bee

Please sign in to comment.