feat: Network | enable internal TLS
This commit is contained in:
@@ -54,6 +54,7 @@ export class PublicIngressRoute extends Construct {
|
||||
path: opts.path ?? "/",
|
||||
serviceName: opts.serviceName,
|
||||
servicePort: opts.servicePort,
|
||||
serviceProtocol: opts.serviceProtocol,
|
||||
entryPoints: ["websecure"],
|
||||
tlsSecretName: `${opts.name}-tls`,
|
||||
middlewares: [`${namespace}/rate-limit`],
|
||||
|
||||
Reference in New Issue
Block a user