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

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