commit ccf9797cbb0db62852b121e16ea709c0cf45bbab
parent fe9e5bf5f3b91ff9b8f96e30064af73750709f52
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 15 Jan 2025 12:23:10 +0100
Use correct cert-manager config setup
Diffstat:
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/infrastructure/controllers/cert-manager.yaml b/infrastructure/controllers/cert-manager.yaml
@@ -29,8 +29,6 @@ spec:
namespace: cert-manager
interval: 12h
values:
- extraArgs:
- - "--feature-gates=AdditionalCertificateOutputFormats=true,ExperimentalGatewayAPISupport=true"
installCRDs: true
enableCertificateOwnerRef: false
prometheus:
@@ -51,6 +49,13 @@ spec:
startupapicheck:
image:
tag: v1.16.2
+ config:
+ apiVersion: controller.config.cert-manager.io/v1alpha1
+ kind: ControllerConfiguration
+ enableGatewayAPI: true
+ featureGate:
+ AdditionalCertificateOutputFormats: true
+ ExperimentalGatewayAPISupport: true
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
@@ -63,7 +68,7 @@ spec:
acme.cert-manager.io/http01-solver: "true"
ingress:
- ports:
- - protocol: TCP
- port: 8089
+ - protocol: TCP
+ port: 8089
policyTypes:
- Ingress