Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix(k8s): change production certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed May 20, 2020
1 parent b49e7e1 commit 6e34eed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .k8s/environments/_base/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export default {
? process.env.CI_COMMIT_TAG.slice(1)
: process.env.CI_COMMIT_SHA,
},
ingress: {
secretName: process.env.PRODUCTION ? "www-crt" : "wildcard-crt",
},
labels: {
component: "next",
},
Expand Down

0 comments on commit 6e34eed

Please sign in to comment.