add-ons(cert-manager): Enable GatewayAPI support for cert-manager
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -25,6 +25,12 @@ spec:
|
||||
web:
|
||||
namespacePolicy:
|
||||
from: All
|
||||
websecure:
|
||||
port: 8443
|
||||
protocol: HTTPS
|
||||
mode: Terminate
|
||||
namespacePolicy:
|
||||
from: All
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: traefik
|
||||
|
||||
Reference in New Issue
Block a user