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

Commit

Permalink
Revert "fix(k8s): use nginx ingress class"
Browse files Browse the repository at this point in the history
This reverts commit caff4b5.
  • Loading branch information
douglasduteil committed May 26, 2020
1 parent 6c86f2e commit 07790a2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .k8s/environments/_base/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
import gitlab from "@socialgouv/kosko-charts/environments/gitlab";
import { merge } from "@socialgouv/kosko-charts/utils/merge";
import { GlobalEnvironment } from "@socialgouv/kosko-charts/types";

export default merge(gitlab(process.env), {
ingress: {
annotations: {
"appgw.ingress.kubernetes.io/ssl-redirect": undefined,
"certmanager.k8s.io/cluster-issuer": "letsencrypt-prod",
"kubernetes.io/ingress.class": "nginx",
"kubernetes.io/tls-acme": "true",
}
}
} as Partial<GlobalEnvironment>);
export default gitlab(process.env);

0 comments on commit 07790a2

Please sign in to comment.