add-ons(cert-manager): Enable GatewayAPI support for cert-manager
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user