add-ons(cert-manager): Enable GatewayAPI support for cert-manager

This commit is contained in:
2026-02-21 12:34:16 +05:30
parent b14cecb3e4
commit bf164fcbaf
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -13,6 +13,11 @@ spec:
values: | values: |
crds: crds:
enabled: true enabled: true
config:
apiVersion: controller.config.cert-manager.io/v1alpha1
kind: ControllerConfiguration
featureGates:
ExperimentalGatewayAPISupport: true
- repoURL: https://gitea.whyredfire.tech/whyredfire/gitops.git - repoURL: https://gitea.whyredfire.tech/whyredfire/gitops.git
targetRevision: main targetRevision: main
path: add-ons/cert-manager path: add-ons/cert-manager
+6
View File
@@ -25,6 +25,12 @@ spec:
web: web:
namespacePolicy: namespacePolicy:
from: All from: All
websecure:
port: 8443
protocol: HTTPS
mode: Terminate
namespacePolicy:
from: All
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: traefik namespace: traefik