fix: Ingress | simplify https infrastructure
This commit is contained in:
@@ -7,7 +7,6 @@ import {
|
||||
OnePasswordSecret,
|
||||
PublicIngressRoute,
|
||||
IngressRouteTcp,
|
||||
PrivateCertificate,
|
||||
} from "../../../utils";
|
||||
import type { Providers } from "../../../types";
|
||||
|
||||
@@ -53,20 +52,6 @@ export class GiteaServer extends Construct {
|
||||
itemPath: "vaults/Lab/items/cloudflare",
|
||||
});
|
||||
|
||||
new PrivateCertificate(this, "internal-cert", {
|
||||
provider: kubernetes,
|
||||
namespace,
|
||||
name: "gitea-tls-internal",
|
||||
secretName: "gitea-tls-internal",
|
||||
dnsNames: [
|
||||
"git.dogar.dev",
|
||||
"gitea",
|
||||
"gitea.homelab.svc",
|
||||
"gitea.homelab.svc.cluster.local",
|
||||
],
|
||||
usages: ["digital signature", "key encipherment", "server auth"],
|
||||
});
|
||||
|
||||
new Release(this, id, {
|
||||
...options,
|
||||
provider: helm,
|
||||
|
||||
Reference in New Issue
Block a user