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

This commit is contained in:
2026-02-21 12:30:04 +05:30
parent b14cecb3e4
commit 78188340f3
2 changed files with 9 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
+4
View File
@@ -25,6 +25,10 @@ spec:
web: web:
namespacePolicy: namespacePolicy:
from: All from: All
websecure:
namespacePolicy:
from: All
mode: Terminate
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: traefik namespace: traefik