-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julien Bouquillon
authored
Jul 28, 2023
1 parent
4a8a99b
commit ea390ec
Showing
13 changed files
with
49 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,11 +105,14 @@ data: | |
MB_ANON_TRACKING_ENABLED: \\"false\\" | ||
MB_APPLICATION_LOGO_URL: https://socialgouv.github.io/support/_media/marianne.jpeg | ||
MB_EMAIL_FROM_ADDRESS: [email protected] | ||
MB_EMAIL_FROM_NAME: Fabrique numérique des ministères sociaux | ||
MB_ENABLE_EMBEDDING: \\"true\\" | ||
MB_ENABLE_PUBLIC_SHARING: \\"true\\" | ||
MB_SITE_LOCALE: fr | ||
MB_SITE_NAME: Fabrique des ministères sociaux | ||
MB_START_OF_WEEK: monday | ||
MB_SITE_NAME: Fabrique numérique des ministères sociaux | ||
MB_SITE_URL: https://metabase-test-ingress-annotations.fabrique.social.gouv.fr | ||
MB_PASSWORD_COMPLEXITY: strong | ||
--- | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
|
284 changes: 0 additions & 284 deletions
284
packages/kontinuous/tests/__snapshots__/ingress-betagouv.prod.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,11 +105,14 @@ data: | |
MB_ANON_TRACKING_ENABLED: \\"false\\" | ||
MB_APPLICATION_LOGO_URL: https://socialgouv.github.io/support/_media/marianne.jpeg | ||
MB_EMAIL_FROM_ADDRESS: [email protected] | ||
MB_EMAIL_FROM_NAME: Fabrique numérique des ministères sociaux | ||
MB_ENABLE_EMBEDDING: \\"true\\" | ||
MB_ENABLE_PUBLIC_SHARING: \\"true\\" | ||
MB_SITE_LOCALE: fr | ||
MB_SITE_NAME: Fabrique des ministères sociaux | ||
MB_SITE_URL: https://metabase-test-ingress-custom-annotations.fabrique.social.gouv.fr | ||
MB_START_OF_WEEK: monday | ||
MB_SITE_NAME: Fabrique numérique des ministères sociaux | ||
MB_SITE_URL: https://some.beta.gouv.fr | ||
MB_PASSWORD_COMPLEXITY: strong | ||
--- | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
|
@@ -267,7 +270,7 @@ metadata: | |
namespace: test-ingress-custom-annotations | ||
spec: | ||
rules: | ||
- host: metabase-test-ingress-custom-annotations.fabrique.social.gouv.fr | ||
- host: some.beta.gouv.fr | ||
http: | ||
paths: | ||
- backend: | ||
|
@@ -279,7 +282,7 @@ spec: | |
pathType: Prefix | ||
tls: | ||
- hosts: | ||
- metabase-test-ingress-custom-annotations.fabrique.social.gouv.fr | ||
- some.beta.gouv.fr | ||
secretName: metabase-crt | ||
" | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,11 +105,14 @@ data: | |
MB_ANON_TRACKING_ENABLED: \\"false\\" | ||
MB_APPLICATION_LOGO_URL: https://socialgouv.github.io/support/_media/marianne.jpeg | ||
MB_EMAIL_FROM_ADDRESS: [email protected] | ||
MB_EMAIL_FROM_NAME: Fabrique numérique des ministères sociaux | ||
MB_ENABLE_EMBEDDING: \\"true\\" | ||
MB_ENABLE_PUBLIC_SHARING: \\"true\\" | ||
MB_SITE_LOCALE: fr | ||
MB_SITE_NAME: Fabrique des ministères sociaux | ||
MB_START_OF_WEEK: monday | ||
MB_SITE_NAME: Fabrique numérique des ministères sociaux | ||
MB_SITE_URL: https://some.external.host | ||
MB_PASSWORD_COMPLEXITY: strong | ||
--- | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,11 +105,14 @@ data: | |
MB_ANON_TRACKING_ENABLED: \\"false\\" | ||
MB_APPLICATION_LOGO_URL: https://socialgouv.github.io/support/_media/marianne.jpeg | ||
MB_EMAIL_FROM_ADDRESS: [email protected] | ||
MB_EMAIL_FROM_NAME: Fabrique numérique des ministères sociaux | ||
MB_ENABLE_EMBEDDING: \\"true\\" | ||
MB_ENABLE_PUBLIC_SHARING: \\"true\\" | ||
MB_SITE_LOCALE: fr | ||
MB_SITE_NAME: Fabrique des ministères sociaux | ||
MB_START_OF_WEEK: monday | ||
MB_SITE_NAME: Fabrique numérique des ministères sociaux | ||
MB_SITE_URL: https://metabase-app1-test-metabase.fabrique.social.gouv.fr | ||
MB_PASSWORD_COMPLEXITY: strong | ||
--- | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
|
@@ -138,11 +141,14 @@ data: | |
MB_ANON_TRACKING_ENABLED: \\"false\\" | ||
MB_APPLICATION_LOGO_URL: https://socialgouv.github.io/support/_media/marianne.jpeg | ||
MB_EMAIL_FROM_ADDRESS: [email protected] | ||
MB_EMAIL_FROM_NAME: Fabrique numérique des ministères sociaux | ||
MB_ENABLE_EMBEDDING: \\"true\\" | ||
MB_ENABLE_PUBLIC_SHARING: \\"true\\" | ||
MB_SITE_LOCALE: fr | ||
MB_SITE_NAME: Fabrique des ministères sociaux | ||
MB_START_OF_WEEK: monday | ||
MB_SITE_NAME: Fabrique numérique des ministères sociaux | ||
MB_SITE_URL: https://metabase-app2-test-metabase.fabrique.social.gouv.fr | ||
MB_PASSWORD_COMPLEXITY: strong | ||
--- | ||
kind: ConfigMap | ||
apiVersion: v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,11 +105,14 @@ data: | |
MB_ANON_TRACKING_ENABLED: \\"false\\" | ||
MB_APPLICATION_LOGO_URL: https://socialgouv.github.io/support/_media/marianne.jpeg | ||
MB_EMAIL_FROM_ADDRESS: [email protected] | ||
MB_EMAIL_FROM_NAME: Fabrique numérique des ministères sociaux | ||
MB_ENABLE_EMBEDDING: \\"true\\" | ||
MB_ENABLE_PUBLIC_SHARING: \\"true\\" | ||
MB_SITE_LOCALE: fr | ||
MB_SITE_NAME: Fabrique des ministères sociaux | ||
MB_START_OF_WEEK: monday | ||
MB_SITE_NAME: Fabrique numérique des ministères sociaux | ||
MB_SITE_URL: https://metabase-test-oauth2-proxy-metabase.fabrique.social.gouv.fr | ||
MB_PASSWORD_COMPLEXITY: strong | ||
--- | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
|
Oops, something went wrong.