Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
(PC-11149) Fix: replace letsencrypt certificate by gandi certificate …
Browse files Browse the repository at this point in the history
…in staging
  • Loading branch information
mmachado-pass committed Oct 4, 2021
1 parent 8e0d2de commit fbf4f26
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions helm/pcapi/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ api:
more_set_headers -s 503 'Access-Control-Allow-Headers: AppName,AppVersion,X-Request-ID,Content-Type';
more_set_headers -s 503 'Access-Control-Allow-Origin: $http_origin';
more_set_headers -s 503 'Access-Control-Allow-Credentials: true';
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: backend.passculture-staging.beta.gouv.fr
paths:
Expand All @@ -79,7 +78,7 @@ api:
paths:
- path: /
tls:
- secretName: pcapi-ingress-cert
- secretName: pcapi-gandi-cert
hosts:
- backend.passculture-staging.beta.gouv.fr
- backend.staging.passculture.team
Expand Down Expand Up @@ -124,7 +123,6 @@ highLatencyApi:
more_set_headers -s 503 'Access-Control-Allow-Headers: AppName,AppVersion,X-Request-ID,Content-Type';
more_set_headers -s 503 'Access-Control-Allow-Origin: $http_origin';
more_set_headers -s 503 'Access-Control-Allow-Credentials: true';
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: backend.passculture-staging.beta.gouv.fr
paths:
Expand All @@ -147,7 +145,7 @@ highLatencyApi:
- path: /venues/(.*)/stats$
- path: /venueProviders$
tls:
- secretName: pcapi-ingress-cert
- secretName: pcapi-gandi-cert
hosts:
- backend.passculture-staging.beta.gouv.fr
- backend.staging.passculture.team
Expand Down Expand Up @@ -185,7 +183,6 @@ admin:
more_set_headers -s 503 'Access-Control-Allow-Headers: AppName,AppVersion,X-Request-ID,Content-Type';
more_set_headers -s 503 'Access-Control-Allow-Origin: $http_origin';
more_set_headers -s 503 'Access-Control-Allow-Credentials: true';
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: backend.passculture-staging.beta.gouv.fr
paths:
Expand All @@ -194,7 +191,7 @@ admin:
paths:
- path: /pc/back-office/
tls:
- secretName: pcapi-ingress-cert
- secretName: pcapi-gandi-cert
hosts:
- backend.passculture-staging.beta.gouv.fr
- backend.staging.passculture.team
Expand Down Expand Up @@ -338,7 +335,6 @@ cloudTaskIdcheck:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-body-size: 10m
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: backend.passculture-staging.beta.gouv.fr
paths:
Expand All @@ -349,7 +345,7 @@ cloudTaskIdcheck:
- path: /native/v1/identity_document$
- path: /cloud-tasks/verify_identity_document$
tls:
- secretName: pcapi-ingress-cert
- secretName: pcapi-gandi-cert
hosts:
- backend.passculture-staging.beta.gouv.fr
- backend.staging.passculture.team
Expand Down

0 comments on commit fbf4f26

Please sign in to comment.