e20b7285bf
- Upgrade chart from v1.19.2 to v1.20.2 - Enable enableGatewayAPI via ControllerConfiguration config block so cert-manager watches Gateway resources and issues certs from cert-manager.io/* annotations (required for consul/vault Gateway certs)
35 lines
485 B
YAML
35 lines
485 B
YAML
crds:
|
|
enabled: true
|
|
|
|
config:
|
|
apiVersion: controller.config.cert-manager.io/v1alpha1
|
|
kind: ControllerConfiguration
|
|
enableGatewayAPI: true
|
|
|
|
replicaCount: 2
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 32Mi
|
|
|
|
strategy:
|
|
type: RollingUpdate
|
|
rollingUpdate:
|
|
maxSurge: 0
|
|
maxUnavailable: 1
|
|
|
|
webhook:
|
|
replicaCount: 2
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 32Mi
|
|
|
|
cainjector:
|
|
replicaCount: 2
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 32Mi
|